Skip to content

Commit

Permalink
Fix error with dafny action (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcp19 authored Jan 17, 2025
1 parent 8e837e4 commit ca49265
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dafny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ on:

jobs:
verify:
runs-on: ubuntu-latest
# Dafny fails for ubuntu-24.04 with error "no libssl found".
runs-on: ubuntu-22.04
steps:
- name: Checkout the current repository
uses: actions/checkout@v3
- name: "Install Dafny"
uses: dafny-lang/setup-dafny-action@v1
- name: "Verify bitwise operations."
run: |
dafny verification/utils/bitwise/proofs.dfy
dafny verification/utils/bitwise/proofs.dfy

0 comments on commit ca49265

Please sign in to comment.