Skip to content

Commit

Permalink
Set integration_tests toolchain to latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ismellike authored and Jake Hartnell committed Aug 14, 2024
1 parent 485b7f7 commit a90d77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3

- 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

0 comments on commit a90d77c

Please sign in to comment.