Skip to content

Commit

Permalink
fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Oct 5, 2024
1 parent 33540a4 commit 48de628
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unix-alpha-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
if: matrix.NAME == 'linux'
run: cd platforms/unix/daemon && cargo build --release && cross build --release --target aarch64-unknown-linux-gnu

- name: Build service executable
if: matrix.NAME == 'macos'
run: cd platforms/unix/daemon && cargo build --release

- name: Install node modules
run: npm ci

Expand Down

0 comments on commit 48de628

Please sign in to comment.