Skip to content

Commit

Permalink
fix: solve apple build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jun 19, 2024
1 parent a08ff5d commit f247574
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
cd ui
npm run build
- name: Install CC Dependencies
run: |
apt update
apt install build-essential gcc make pkg-config
- name: Compile and release
uses: rust-build/[email protected]
env:
Expand Down

0 comments on commit f247574

Please sign in to comment.