Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Jun 7, 2024
1 parent a7978c2 commit e990e23
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,12 @@ jobs:
- name: Install aarch64-linux-gnu
if: matrix._.target == 'aarch64-unknown-linux-gnu'
run: sudo apt-get install gcc-aarch64-linux-gnu -y
- name: Build Rust
run: cargo build --release --target ${{ matrix._.target }}
working-directory: engine

# This doesn't work aarch64, so we build each target separately
# - 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 e990e23

Please sign in to comment.