Skip to content

Commit

Permalink
Fixing cache build. (powdr-labs#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvella authored Nov 1, 2024
1 parent 699b74a commit 047f272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Rust toolchain 1.81 (stable)
run: rustup toolchain install 1.81-x86_64-unknown-linux-gnu
- name: Set cargo to perform shallow clones
run: echo "CARGO_NET_GIT_FETCH_WITH_CLI=true cargo build" >> $GITHUB_ENV
run: echo "CARGO_NET_GIT_FETCH_WITH_CLI=true" >> $GITHUB_ENV
- name: Cargo check with Rust 1.81 (default features)
run: cargo +1.81-x86_64-unknown-linux-gnu check --all-targets
- name: Lint no default features
Expand Down

0 comments on commit 047f272

Please sign in to comment.