Skip to content

Commit

Permalink
Pin GitHub Action rust version to 1.69.0
Browse files Browse the repository at this point in the history
This adds a step in the node setup to install our expected version of
the rust toolchain.

Signed-off-by: Sean McGinnis <stmcg@amazon.com>
  • Loading branch information
stmcginnis committed Jun 20, 2023
1 parent 246e3c6 commit ee7205d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ runs:
tools/.crates2.json
tools/target
key: ${{ hashFiles('.github/workflows/cache.yml') }}-${{ runner.os }}-${{ env.OS_ARCH }}-${{ hashFiles('tools/Cargo.lock') }}
- name: Setup pinned rust version
uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0
override: true
components: rustfmt, clippy
- run: cargo install --locked --version 0.36.0 cargo-make
shell: bash
- run: cargo install --locked --version 0.6.2 cargo-sweep
Expand Down

0 comments on commit ee7205d

Please sign in to comment.