Skip to content

Commit

Permalink
fix build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
vrichv authored Sep 25, 2024
1 parent 40f7740 commit c273928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
run: |
echo "Ready to build ${{ needs.check.outputs.latest_tag }}"
- name: Install rust nightly
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
override: true
target: wasm32-wasi

Expand Down

0 comments on commit c273928

Please sign in to comment.