Skip to content

Commit

Permalink
Fix path separators for Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Feb 23, 2022
1 parent b1be397 commit b599831
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
cargo dylint --version
cargo run -- contract --version
cargo run -- contract new foobar
echo "[workspace]" >> foobar/Cargo.toml
cargo run -- contract build --manifest-path=foobar/Cargo.toml
cargo run -- contract check --manifest-path=foobar/Cargo.toml
cargo run -- contract test --manifest-path=foobar/Cargo.toml
echo "[workspace]" >> foobar\Cargo.toml
cargo run -- contract build --manifest-path=foobar\Cargo.toml
cargo run -- contract check --manifest-path=foobar\Cargo.toml
cargo run -- contract test --manifest-path=foobar\Cargo.toml
# This stage has to be deactivated until https://github.com/Vurich/crunchy/pull/10
# is merged and released.
Expand Down

0 comments on commit b599831

Please sign in to comment.