Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bircni committed Oct 14, 2024
1 parent 26e233e commit 08e2217
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
check_wasm:
name: Check wasm32 + wasm-bindgen
runs-on: ubuntu-22.04
env:
RUSTC_WRAPPER: ""
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand All @@ -100,8 +102,8 @@ jobs:
- name: Set up cargo cache
uses: Swatinem/rust-cache@v2

- name: Run sccache-cache
uses: mozilla-actions/[email protected]
# - name: Run sccache-cache
# uses: mozilla-actions/[email protected]

- name: Check wasm32 egui_demo_app
run: cargo check -p egui_demo_app --lib --target wasm32-unknown-unknown
Expand Down Expand Up @@ -167,8 +169,12 @@ jobs:

name: cargo-deny ${{ matrix.target }}
runs-on: ubuntu-22.04
env:
RUSTC_WRAPPER: ""
steps:
- uses: actions/checkout@v4
# - name: Run sccache-cache
# uses: mozilla-actions/[email protected]
- uses: EmbarkStudios/cargo-deny-action@v1
with:
rust-version: "1.76.0"
Expand Down

0 comments on commit 08e2217

Please sign in to comment.