Skip to content

Commit

Permalink
update workflow; use the latest compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Apr 13, 2022
1 parent 0bc0fe9 commit 62799e6
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 @@ -61,7 +61,7 @@ jobs:
- name: install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
target: ${{ matrix.target }}
override: true
- name: compile
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
target: ${{ matrix.target }}
override: true
- name: compile
Expand Down

0 comments on commit 62799e6

Please sign in to comment.