diff --git a/.github/workflows/upload-native-runtime.yml b/.github/workflows/upload-native-runtime.yml index ef88ab6..f5fc977 100644 --- a/.github/workflows/upload-native-runtime.yml +++ b/.github/workflows/upload-native-runtime.yml @@ -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 @@ -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