Skip to content

Commit 1af711b

Browse files
committed
Add cargo build step to CI
1 parent cb5e42b commit 1af711b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/verus.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
run: |
2929
curl --proto '=https' --tlsv1.2 -LsSf ${{ steps.verus-release-info.outputs.VERUS_URL }} -o verus.zip; unzip verus.zip
3030
31+
- name: Cargo build
32+
run: |
33+
sed -i 's/\.\.\/\.verus\/source/..\/verus-x86-linux/' page-table/Cargo.toml
34+
cd page-table
35+
cargo build
36+
37+
3138
- name: run Verus
3239
working-directory:
3340
run: |

0 commit comments

Comments
 (0)