We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74bbf15 + 3639e8b commit 67064caCopy full SHA for 67064ca
.github/workflows/examples-build.yml
@@ -47,3 +47,13 @@ jobs:
47
with:
48
name: ${{ matrix.example }}-${{ matrix.target }}
49
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