Skip to content

Commit

Permalink
use 1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongsu-hong committed Oct 24, 2023
1 parent 6daa3ea commit 1ad8268
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand All @@ -33,11 +33,15 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Load toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
targets: wasm32-unknown-unknown
- name: Install Rust
run: rustup default 1.69.0

- name: Install Rust
run: rustup update nightly

- name: Install target
run: rustup target add wasm32-unknown-unknown

- run: cargo fetch --verbose
- run: cargo build
- run: cargo wasm
Expand Down

0 comments on commit 1ad8268

Please sign in to comment.