Skip to content

Commit

Permalink
Add actions for install Verus
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Sun <[email protected]>
  • Loading branch information
marshtompsxd committed Jan 31, 2024
1 parent 98845f5 commit fafb1b6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,17 @@ jobs:
repository: verus-lang/verus
path: verus
ref: 3ac6c8318c7e285bf41fc2eb8072c6140ba7cc93
- name: Move Verus
run: mv verus ../verus
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
- name: Build Verus
run: |
cd ../verus/source
./tools/get-z3.sh
source ../tools/activate
vargo build --release
- name: Setup Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit fafb1b6

Please sign in to comment.