Skip to content

Commit

Permalink
ci: add components to now-archived actions-rs/toolchain@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Jun 18, 2024
1 parent ad2f683 commit f1c6f48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
toolchain: [1.78.0, 1.76.0]
toolchain: [stable, 1.76.0]
steps:
- uses: actions/checkout@v3
- name: "${{ matrix.toolchain }} with rustfmt, and wasm32"
Expand All @@ -23,6 +23,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}
default: true
target: wasm32-unknown-unknown
components: clippy, rust-docs
- uses: Swatinem/rust-cache@v1
# - name: Downgrade dependencies
# run: |
Expand Down

0 comments on commit f1c6f48

Please sign in to comment.