Skip to content

Commit

Permalink
chore: add missing toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
SOF3 committed Jan 1, 2024
1 parent 10a18fb commit 2fbb8de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: default
default: true
components: rustfmt
Expand All @@ -26,6 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: default
default: true
components: clippy
Expand All @@ -50,6 +52,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: default
default: true
- run: cargo build --release
Expand Down

0 comments on commit 2fbb8de

Please sign in to comment.