Skip to content

Commit

Permalink
fix: pipeline nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Dec 4, 2024
1 parent a238d85 commit 9c311ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.82.0
toolchain: nightly
override: true

- name: Install wasm-pack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.82.0
toolchain: nightly
override: true

- name: Install wasm-pack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.82.0
toolchain: nightly
override: true

- name: Install wasm-pack
Expand Down

0 comments on commit 9c311ef

Please sign in to comment.