Skip to content

Commit

Permalink
add toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
crcn committed Nov 25, 2023
1 parent bdb57dc commit 5f0305e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
- name: Install toolchain if not cross-compiling
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
override: true
targets: ${{ matrix.platform.target }}
- uses: actions/setup-node@v3
with:
Expand Down
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
stable

0 comments on commit 5f0305e

Please sign in to comment.