Skip to content

Commit

Permalink
Get cairo native reference by input
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Jul 1, 2024
1 parent dc06cf6 commit 56c5096
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/upload-native-runtime.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Upload Native Runtime

on:
workflow_dispatch:
inputs:
cairo-native-ref:
description: 'cairo native ref to use'
required: true
type: string

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -19,7 +27,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: lambdaclass/cairo_native
ref: 66e9b5e053faf3b2a9129de5b15205d1cfe686eb
ref: ${{ inputs.cairo-native-ref }}
- name: Build Cairo Native Runtime Library
shell: bash
run: make runtime
Expand Down

0 comments on commit 56c5096

Please sign in to comment.