From f247574df32d484dc61f643240dbe017ac507876 Mon Sep 17 00:00:00 2001 From: frectonz Date: Wed, 19 Jun 2024 21:49:28 +0300 Subject: [PATCH] fix: solve apple build problem --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5532837..2ecdde7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/rust-build.action@v1.4.5 env: