Skip to content

Commit

Permalink
Fix doc-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed Jul 4, 2024
1 parent a4fdd20 commit 6c6b310
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/doc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ jobs:
submodules: recursive
path: dafny
- name: Load Z3
with:
path: dafny
run: |
sudo apt-get install -qq libarchive-tools
mkdir -p dafny/Binaries/z3/bin
wget -qO- https://github.com/dafny-lang/solver-builds/releases/download/snapshot-2023-08-02/z3-4.12.1-x64-ubuntu-20.04-bin.zip | bsdtar -xf -
mv z3-* dafny/Binaries/z3/bin/
chmod +x dafny/Binaries/z3/bin/z3-*
make z3-ubuntu
- name: Build Dafny
run: dotnet build dafny/Source/Dafny.sln
- name: Check generated error catalog
Expand Down
2 changes: 1 addition & 1 deletion boogie
Submodule boogie updated 1 files
+1 −1 Test/lean-auto/test.sh

0 comments on commit 6c6b310

Please sign in to comment.