Skip to content

Commit

Permalink
Merge branch 'main' into son/features
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmarcho authored Dec 5, 2024
2 parents 4736339 + 4b97933 commit 775a0fe
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 775a0fe

Please sign in to comment.