From 7081f3b3af352a776e87f701dce5764463aacad8 Mon Sep 17 00:00:00 2001 From: Gavin Hayes Date: Thu, 16 Jan 2025 19:44:46 -0500 Subject: [PATCH] ci: added target explicitly --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a9baf5f..bc8bec6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -129,7 +129,7 @@ jobs: - name: Build CLI ${{ matrix.os }} env: EXTISM_ENGINE_PATH: core.wasm - run: cd bin && cargo build --release --target ${{ matrix.target }} --package extism-py + run: cd bin && rustup target add ${{ matrix.target }} && cargo build --release --target ${{ matrix.target }} --package extism-py - name: Create directory structure run: mkdir -p extism-py/bin extism-py/share && mv wasi-deps extism-py/share/extism-py && mv ${{ matrix.path }} extism-py/bin/