Skip to content

Commit

Permalink
chore: update toolchain for asteroids
Browse files Browse the repository at this point in the history
  • Loading branch information
ten3roberts authored Oct 13, 2023
1 parent fa04900 commit 9bf18cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@1.66.0
- uses: dtolnay/rust-toolchain@1.70.0
with:
target: wasm32-unknown-unknown
- run: cargo build --release --package asteroids --target wasm32-unknown-unknown --manifest-path=asteroids/Cargo.toml
Expand Down

0 comments on commit 9bf18cc

Please sign in to comment.