mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-16 09:04:45 +01:00
Add protobuf deps to workflow for linux
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -75,7 +75,9 @@ jobs:
|
|||||||
libxdo-dev \
|
libxdo-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libayatana-appindicator3-dev \
|
libayatana-appindicator3-dev \
|
||||||
librsvg2-dev
|
librsvg2-dev \
|
||||||
|
protobuf-compiler \
|
||||||
|
libprotobuf-dev
|
||||||
|
|
||||||
- name: Install deps and build release
|
- name: Install deps and build release
|
||||||
run: yarn && NO_STRIP=true yarn tauri build
|
run: yarn && NO_STRIP=true yarn tauri build
|
||||||
|
|||||||
Reference in New Issue
Block a user