Skip to content

Commit

Permalink
ci: Fixed a typo in rust.yml CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
frol authored Aug 15, 2023
1 parent 31ab887 commit 7594af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Linting
run: cargo clippy --target wasm32-unknown-unknown
- name: Build
run: sh build.rs
run: sh build.sh

0 comments on commit 7594af9

Please sign in to comment.