diff options
| author | Nadrieril | 2024-05-03 11:32:44 +0200 |
|---|---|---|
| committer | Nadrieril | 2024-05-14 15:01:39 +0200 |
| commit | f2fa29e5ef5c8c7d7375e4c8a37dbba1012fb95c (patch) | |
| tree | 78bab9b0c1abb65ade8751a8cb39cd96bb55bed5 /.github/workflows | |
| parent | 44b31973eb5a8c27e5620081669488e3b5899638 (diff) | |
`./charon-pin` stores the current charon commit
It is kept up-to-date in CI
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4826114e..eeb423b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: nix build -L .#checks.x86_64-linux.aeneas-check-tidiness + - run: nix build -L .#checks.x86_64-linux.check-charon-pin - run: nix build -L .#aeneas - run: nix build -L .#checks.x86_64-linux.aeneas-tests - run: nix build -L .#checks.x86_64-linux.aeneas-verify-fstar |
