fix(engine) Fix loops with continue
and no return
/break
#1108
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
jobs: | |
charon: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: DeterminateSystems/nix-installer-action@main | |
- uses: actions/checkout@v4 | |
with: | |
repository: AeneasVerif/charon | |
- run: | | |
cd charon | |
cargo update -p hax-frontend-exporter --precise ${{ github.sha }} | |
cargo update -p hax-frontend-exporter-options --precise ${{ github.sha }} | |
- run: nix build -L |