Skip to content

Commit

Permalink
Figure ouit what cargo version is being run
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Mar 20, 2023
1 parent 77c2e63 commit 8f1bf57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -215,7 +215,7 @@ jobs:
save-if: ${{ github.event_name == 'push'}}

- name: clippy check re_viewer wasm32
run: ./scripts/clippy_wasm.sh
run: cargo --version && ./scripts/clippy_wasm.sh

- name: Check re_renderer examples wasm32
uses: actions-rs/cargo@v1
Expand Down
2 changes: 2 additions & 0 deletions scripts/clippy_wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ function cleanup()

trap cleanup EXIT

cargo --version

cargo cranky --all-features --target wasm32-unknown-unknown --target-dir target_wasm -p re_viewer -- --deny warnings

0 comments on commit 8f1bf57

Please sign in to comment.