Skip to content

Commit

Permalink
ci: use nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
mokurin000 committed Mar 30, 2024
1 parent 3a0559e commit 4d29972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
target: ${{ matrix.target }}
toolchain: stable
toolchain: nightly
override: true

- name: Checkout code
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Run code build
uses: actions-rs/cargo@v1
with:
toolchain: stable
toolchain: nightly
command: build
args: --release --target ${{ matrix.target }}

Expand Down

0 comments on commit 4d29972

Please sign in to comment.