Skip to content

Commit 4d29972

Browse files
author
poly000
committed
ci: use nightly toolchain
1 parent 3a0559e commit 4d29972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions-rs/toolchain@v1
3636
with:
3737
target: ${{ matrix.target }}
38-
toolchain: stable
38+
toolchain: nightly
3939
override: true
4040

4141
- name: Checkout code
@@ -47,7 +47,7 @@ jobs:
4747
- name: Run code build
4848
uses: actions-rs/cargo@v1
4949
with:
50-
toolchain: stable
50+
toolchain: nightly
5151
command: build
5252
args: --release --target ${{ matrix.target }}
5353

0 commit comments

Comments
 (0)