From bbc557fb5286d5558e4f18a72db09ffd705f101b Mon Sep 17 00:00:00 2001 From: TheNachoBIT Date: Mon, 26 Aug 2024 11:09:48 -0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcfb4c49..82f8e5ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ env: RUST_MIN_VER_PKGS: "-p vello -p vello_encoding -p vello_shaders" # List of packages that can not target wasm. # `vello_tests` uses `nv-flip`, which doesn't support wasm. - NO_WASM_PKGS: "--exclude vello_tests" + NO_WASM_PKGS: "--exclude vello_tests --exclude simple_sdl2"