Skip to content

Commit

Permalink
repl needs build
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Feb 28, 2024
1 parent face1c2 commit 8dcae72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ jobs:
needs:
- build
- build-linux-musl
- build-linux-gnu-x64
- build-linux-gnu-arm
- build-apple-silicon
steps:
Expand All @@ -221,6 +222,7 @@ jobs:
repl_build:
name: Build REPL
runs-on: ubuntu-latest
needs: [build-linux-gnu-x64]
permissions:
deployments: write
steps:
Expand All @@ -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
Expand Down

0 comments on commit 8dcae72

Please sign in to comment.