We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10aec68 commit badd184Copy full SHA for badd184
1 file changed
.github/workflows/nightly.yaml
@@ -44,7 +44,7 @@ jobs:
44
- name: Patch Cargo config for nightly
45
run: |
46
mkdir .cargo
47
- echo -e "[patch.crates-io]\ncreusot-std = { path = "../creusot/creusot-std" }" > .cargo/config.toml
+ echo -e '[patch.crates-io]\ncreusot-std = { path = "../creusot/creusot-std" }' > .cargo/config.toml
48
49
- name: Run Creusot
50
run: cargo creusot prove -- -Fsolutions
0 commit comments