Skip to content

Commit

Permalink
chore(ci): explicitly set the nightly rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed Jun 5, 2023
1 parent 5d683cf commit 1247d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches:
- main
- develop

env:
CARGO_TERM_COLOR: always

Expand All @@ -25,7 +25,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2023-03-14
components: rustfmt, clippy
target: wasm32-unknown-unknown
override: true
Expand Down

0 comments on commit 1247d93

Please sign in to comment.