From 8dcae72588ce47170b2fedf29649268e2f3b586d Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Wed, 28 Feb 2024 10:25:09 -0500 Subject: [PATCH] repl needs build --- .github/workflows/tag-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 263cd02861b..32b8a409c59 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -195,6 +195,7 @@ jobs: needs: - build - build-linux-musl + - build-linux-gnu-x64 - build-linux-gnu-arm - build-apple-silicon steps: @@ -221,6 +222,7 @@ jobs: repl_build: name: Build REPL runs-on: ubuntu-latest + needs: [build-linux-gnu-x64] permissions: deployments: write steps: @@ -247,7 +249,7 @@ jobs: - name: Download @parcel/rust Linux Binaries artifact uses: actions/download-artifact@v3 with: - name: Rust Linux Binaries + name: bindings-linux-gnu-x64 path: packages/core/rust - run: yarn build - run: yarn build-native-wasm