Skip to content

Commit

Permalink
sha on env?
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed May 5, 2023
1 parent bc8fb34 commit 3aea615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/noir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Update barretenberg commit in flake.lock
run: |
nix flake lock --override-input barretenberg github:AztecProtocol/barretenberg/${{ GITHUB_SHA }}
nix flake lock --override-input barretenberg github:AztecProtocol/barretenberg/${{ env.GITHUB_SHA }}
- name: Build and test Noir
run: |
Expand Down

0 comments on commit 3aea615

Please sign in to comment.