From 52913439c5072eaedea0f37b5c56ca22b01b663c Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Mon, 4 Nov 2024 09:19:32 +0000 Subject: [PATCH] fix: change swc update command --- .github/workflows/update-swc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-swc.yml b/.github/workflows/update-swc.yml index 86c6df871..582363f33 100644 --- a/.github/workflows/update-swc.yml +++ b/.github/workflows/update-swc.yml @@ -48,7 +48,7 @@ jobs: - name: Update SWC if: steps.version-check.outputs.UPDATE_REQUIRED == 'true' - run: ./tools/update-swc.sh + run: node --run build:wasm - name: Create Pull Request with first commit if: steps.version-check.outputs.UPDATE_REQUIRED == 'true'