Skip to content

Commit

Permalink
use stable rust toolchain in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Feb 26, 2025
1 parent b72f8e2 commit 7b247ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
docker-images: true
swap-storage: true

- name: Install latest nightly toolchain
- name: Install latest stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-02-02
toolchain: stable
target: wasm32-unknown-unknown
override: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_tube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
docker-images: true
swap-storage: true

- name: Install latest nightly toolchain
- name: Install latest stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2024-01-08
toolchain: stable
target: wasm32-unknown-unknown
override: true

Expand Down

0 comments on commit 7b247ca

Please sign in to comment.