Skip to content

Commit badd184

Browse files
committed
ci: Fix nightly patch
1 parent 10aec68 commit badd184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Patch Cargo config for nightly
4545
run: |
4646
mkdir .cargo
47-
echo -e "[patch.crates-io]\ncreusot-std = { path = "../creusot/creusot-std" }" > .cargo/config.toml
47+
echo -e '[patch.crates-io]\ncreusot-std = { path = "../creusot/creusot-std" }' > .cargo/config.toml
4848
4949
- name: Run Creusot
5050
run: cargo creusot prove -- -Fsolutions

0 commit comments

Comments
 (0)