Skip to content

Commit

Permalink
deploy nix: towards GITHUB_ENV s2
Browse files Browse the repository at this point in the history
  • Loading branch information
tfaoliveira-sb committed Apr 11, 2024
1 parent a13f89f commit 4f464f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/amd64-linux-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ jobs:
- name: enter nix shell
run: |
nix --experimental-features 'nix-command flakes' develop '.#easycrypt'
echo "$EASYCRYPT"
echo "$ECARGS"
echo "easycrypt:$EASYCRYPT"
echo "ecargs:$ECARGS"
env
- name: extract and check
run: make -j$JOBS -C proof/ CI=1 check-extracted
Expand Down

0 comments on commit 4f464f4

Please sign in to comment.