Skip to content

Commit

Permalink
Merge pull request #388 from Nadrieril/fix-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril authored Dec 5, 2024
2 parents 979b7c4 + b9c33b8 commit 4b97933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
lean:
needs: [diff_lean_files]
runs-on: [self-hosted, linux, nix]
if: needs.diff_lean_files.outputs.check_lean == 'true'
steps:
- uses: actions/checkout@v4
# Lean cannot run its tests in the nix sandbox because `elan` will download things
- run: nix develop --command bash -c "cd tests/lean && make"
- if: needs.diff_lean_files.outputs.check_lean == 'true'
# Lean cannot run its tests in the nix sandbox because `elan` will download things
run: nix develop --command bash -c "cd tests/lean && make"

charon-pin-is-forward:
runs-on: [self-hosted, linux, nix]
Expand Down

0 comments on commit 4b97933

Please sign in to comment.