Skip to content

Commit

Permalink
Fix CI (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Oct 9, 2022
1 parent 6417cc8 commit 8e18207
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/md5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ defaults:
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
# Workaround for: https://github.com/rust-lang/cargo/issues/10303
CARGO_NET_GIT_FETCH_WITH_CLI: "true"

jobs:
# Linux tests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sha1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ defaults:
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
# Workaround for: https://github.com/rust-lang/cargo/issues/10303
CARGO_NET_GIT_FETCH_WITH_CLI: "true"

jobs:
# Linux tests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ defaults:
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
# Workaround for: https://github.com/rust-lang/cargo/issues/10303
CARGO_NET_GIT_FETCH_WITH_CLI: "true"

jobs:
# Linux tests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/whirlpool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ defaults:
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
# Workaround for: https://github.com/rust-lang/cargo/issues/10303
CARGO_NET_GIT_FETCH_WITH_CLI: "true"

jobs:
# Linux tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.43.0 # MSRV
toolchain: 1.63.0
components: clippy
override: true
- run: cargo clippy --all -- -D warnings
Expand Down

0 comments on commit 8e18207

Please sign in to comment.