Skip to content

Commit

Permalink
fix(ci): use nightly for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
carrascomj committed Jan 19, 2023
1 parent 617edc0 commit 196f647
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
target: wasm32-unknown-unknown
override: true
- name: install wasm-bindgen-cli
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
target: x86_64-unknown-linux-gnu
override: true
- name: install dependencies
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
target: x86_64-pc-windows-msvc
override: true

Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
target: x86_64-apple-darwin
override: true
- name: Environment Setup
Expand Down

0 comments on commit 196f647

Please sign in to comment.