Skip to content

Commit

Permalink
actions-workflow: remove rust pin
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsterckx committed Mar 8, 2023
1 parent 857a4ec commit 9af0075
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
key: ${{ hashFiles('.github/workflows/cache.yml') }}-${{ runner.os }}-${{ env.OS_ARCH }}-${{ hashFiles('tools/Cargo.lock') }}-${{ hashFiles('.github/workflows/build.yml') }}
restore-keys: |
${{ hashFiles('.github/workflows/cache.yml') }}-${{ runner.os }}-${{ env.OS_ARCH }}-${{ hashFiles('tools/Cargo.lock') }}
- run: rustup default 1.66.1 && rustup component add rustfmt && rustup component add clippy
- run: rustup component add rustfmt
- run: cargo install --version 0.36.0 cargo-make
- run: cargo install --version 0.6.2 cargo-sweep
- run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
tools/.crates2.json
tools/target
key: ${{ hashFiles('.github/workflows/cache.yml') }}-${{ runner.os }}-${{ env.OS_ARCH }}-${{ hashFiles('tools/Cargo.lock') }}
- run: rustup default 1.66.1
- run: cargo install --locked --version 0.36.0 cargo-make
- run: cargo install --locked --version 0.8.3 --no-default-features --features ci-autoclean cargo-cache
- run: cargo install --locked --version 0.6.2 cargo-sweep
Expand Down

0 comments on commit 9af0075

Please sign in to comment.