Skip to content

Commit

Permalink
Add a pre-step for cargo build
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Jun 7, 2024
1 parent 230f30a commit 4766c8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
workspaces: engine
- name: Build Rust
run: cargo build --release --target ${{ matrix._.target }}
working-directory: engine
# Build Node
- name: PNPM Build
run: ${{ matrix._.node_build }}
Expand Down

0 comments on commit 4766c8e

Please sign in to comment.