Skip to content

Commit 67064ca

Browse files
authored
Merge pull request #33 from aravindan888/main
Update examples-build.yml
2 parents 74bbf15 + 3639e8b commit 67064ca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/examples-build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,13 @@ jobs:
4747
with:
4848
name: ${{ matrix.example }}-${{ matrix.target }}
4949
path: target/wasm32-unknown-unknown/debug/examples/*.wasm
50+
51+
sandbox: #new sandbox job
52+
runs-on: ubuntu-latest
53+
steps:
54+
- uses: actions/checkout@v4
55+
- uses: dtolnay/rust-toolchain@stable
56+
- uses: Swatinem/rust-cache@v2
57+
58+
- name: Build efx-sandbox
59+
run: cargo build -p efx-sandbox

0 commit comments

Comments
 (0)