We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6e95a commit fdd52a3Copy full SHA for fdd52a3
1 file changed
.github/workflows/verify.yml
@@ -40,6 +40,8 @@ jobs:
40
run: eval $(opam env) && REFINEDRUST_ROOT=$PWD/verification/refinedrust ./verification/refinedrust/scripts/setup-coq.sh
41
- name: Install RefinedRust type system
42
run: eval $(opam env) && REFINEDRUST_ROOT=$PWD/verification/refinedrust ./verification/refinedrust/scripts/install-typesystem.sh
43
+ - name: Check cargo version
44
+ run: cargo --version
45
- name: Install RefinedRust stdlib
46
run: eval $(opam env) && REFINEDRUST_ROOT=$PWD/verification/refinedrust ./verification/refinedrust/scripts/install-stdlib.sh
47
- name: Generate stdlib metadata
0 commit comments