Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
ci: specify toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Sep 24, 2023
1 parent 3a1b818 commit e87456e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
toolchain: stable

steps:
- uses: actions/checkout@v2
Expand All @@ -26,6 +27,7 @@ jobs:
matrix:
target:
- wasm32-unknown-unknown
toolchain: stable

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e87456e

Please sign in to comment.