Skip to content

Commit

Permalink
ci: bump CI cargo version
Browse files Browse the repository at this point in the history
  • Loading branch information
losman0s committed Dec 1, 2023
1 parent 6821812 commit 6303c28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/setup-common/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ description: "Setup common"
env:
CARGO_TERM_COLOR: always
CARGO_BUILD_TARGET: x86_64-unknown-linux-gnu
RUST_TOOLCHAIN: 1.66.1
runs:
using: "composite"
steps:
Expand All @@ -14,11 +13,13 @@ runs:
- run: |
echo "ANCHOR_VERSION=0.28.0" >> $GITHUB_ENV
echo "ANCHOR_SHA=e1afcbf71e0f2e10fae14525934a6a68479167b9" >> $GITHUB_ENV
echo "CARGO_TERM_COLOR=always" >> $GITHUB_ENV
echo "CARGO_BUILD_TARGET=x86_64-unknown-linux-gnu" >> $GITHUB_ENV
shell: bash
- uses: actions-rs/toolchain@v1
name: Install minimal rust toolchain with clippy and rustfmt
with:
profile: minimal
toolchain: 1.66.1
toolchain: 1.71.0
components: rustfmt, clippy
default: true

0 comments on commit 6303c28

Please sign in to comment.