mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 07:34:36 +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 \
|
||||
libssl-dev \
|
||||
libayatana-appindicator3-dev \
|
||||
librsvg2-dev
|
||||
librsvg2-dev \
|
||||
protobuf-compiler \
|
||||
libprotobuf-dev
|
||||
|
||||
- name: Install deps and build release
|
||||
run: yarn && NO_STRIP=true yarn tauri build
|
||||
|
||||
Reference in New Issue
Block a user