Skip to content

Commit

Permalink
Install nightly for later installing cargo component
Browse files Browse the repository at this point in the history
  • Loading branch information
ysaito1001 committed Mar 14, 2024
1 parent 00657f2 commit dc976e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
targets: x86_64-unknown-linux-musl
- name: Install musl-gcc
run: sudo apt-get install -y musl-dev musl-tools
- name: Install nightly
run: rustup toolchain install ${{ env.rust_nightly_version }}
- name: Install cargo component for wasm canary
env:
# Must be in sync with that specified in `smithy-rs`
Expand Down

0 comments on commit dc976e3

Please sign in to comment.