From ac0bf00d52a1628705f8cc22a3b096fb06788711 Mon Sep 17 00:00:00 2001 From: libr Date: Thu, 26 Feb 2026 17:43:51 +0800 Subject: [PATCH] fix: Update build script and CI workflow for new directory structure --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8c468f..0578d57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,6 @@ jobs: if: steps.cache-unicorn.outputs.cache-hit != 'true' run: | bash script/rebuild-unicorn.sh - working-directory: anisette-rs env: UNICORN_DIR: ${{ github.workspace }}/../unicorn UNICORN_BUILD_DIR: ${{ github.workspace }}/../unicorn/build @@ -69,7 +68,6 @@ jobs: - name: Build WASM glue run: | bash script/build-glue.sh --release - working-directory: anisette-rs env: UNICORN_BUILD_DIR: ${{ github.workspace }}/../unicorn/build EMSDK: ${{ runner.tool_cache }}/emsdk