Skip to content

Commit

Permalink
Modifying env var
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerTaule committed Sep 17, 2024
1 parent 5488914 commit 0056005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
name: Test fibonacci square
runs-on: self-hosted
env:
STARKS_LIB_C: zkevm-prover/lib/libstarks.a
STARKS_LIB_C: ${{ github.workspace }}/zkevm-prover/lib/libstarks.a
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 0056005

Please sign in to comment.