From 868c4e5281e8b3d9ad9066b053c8b1696589b994 Mon Sep 17 00:00:00 2001 From: Elie Michel Date: Tue, 15 Oct 2024 09:30:43 +0200 Subject: [PATCH] Fix CI workflow syntax 2 --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index dfd7e2b..8373d26 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -50,8 +50,8 @@ jobs: webgpu-backend: EMSCRIPTEN link-type: STATIC + # Latest version of Dawn to not support static linking exclude: - # Latest version of Dawn to not support static linking - webgpu-backend: DAWN link-type: STATIC