Skip to content

Commit

Permalink
ci: Update rust toolchain to nightly for CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zurawiki committed Jun 16, 2023
1 parent 508d717 commit 97cbb2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
target: ${{ matrix.target }}
toolchain: stable
toolchain: nightly
profile: minimal
override: true

Expand All @@ -61,7 +61,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
override: true
components: rustfmt, clippy

Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
profile: minimal
override: true

Expand Down

0 comments on commit 97cbb2d

Please sign in to comment.