Skip to content

Commit

Permalink
fix: Correct action
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 authored Jul 4, 2024
1 parent ef7e368 commit 6102dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ env:

jobs:
check-native:
name: Check (native)
runs-on: ubuntu-latest
steps:
- name: Check (native)
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- run: cargo check

check-wasm:
name: Check (wasm)
runs-on: ubuntu-latest
steps:
- name: Check (native)
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit 6102dae

Please sign in to comment.