diff options
author | Guillaume Boisseau | 2024-05-29 10:09:19 +0200 |
---|---|---|
committer | GitHub | 2024-05-29 10:09:19 +0200 |
commit | e9d124d80f781521a817da9784084d66788c7b3c (patch) | |
tree | 418e762725695887dd927d32669ae01e007bad10 /Makefile | |
parent | acd9eb9caa74d4def48527cfa8b7f12eb78f92ad (diff) | |
parent | b5046454b47aba598a42d3d775d2ec54dc57c75a (diff) |
Merge pull request #218 from AeneasVerif/ci-check-pin
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ update-charon-pin: # Keep the commit revision in `./charon-pin` as well so that non-nix users can # know which commit to use. ./charon-pin: flake.lock - nix-shell -p jq --run './scripts/update-charon-pin.sh' >> ./charon-pin + ./scripts/update-charon-pin.sh >> ./charon-pin # Checks that `./charon` contains a clone of charon at the required commit. # Also checks that `./charon/bin/charon` exists. |