Skip to content

Commit

Permalink
Update GitHub actions (#826)
Browse files Browse the repository at this point in the history
* Use actions/checkout@v3

* Use dtolnay/rust-toolchain
  • Loading branch information
giraffate authored Apr 11, 2023
1 parent 6739693 commit 1673aaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
os: windows-2019
rust: stable
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Install Rust
uses: hecrj/setup-rust-action@v1
uses: dtolnay/rust-toolchain@master
with:
rust-version: ${{ matrix.rust }}
toolchain: ${{ matrix.rust }}
- name: Build System Info
run: rustc --version
- name: tests with default feature
Expand All @@ -47,7 +47,7 @@ jobs:
name: wasm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Expand Down

0 comments on commit 1673aaa

Please sign in to comment.