We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5e42b commit c9ac23dCopy full SHA for c9ac23d
.github/workflows/verus.yml
@@ -28,6 +28,13 @@ jobs:
28
run: |
29
curl --proto '=https' --tlsv1.2 -LsSf ${{ steps.verus-release-info.outputs.VERUS_URL }} -o verus.zip; unzip verus.zip
30
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
38
- name: run Verus
39
working-directory:
40
0 commit comments