Skip to content

Commit ef96e69

Browse files
committed
Foo
1 parent ea00d0e commit ef96e69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Install Dependencies
7272
run: |
7373
sudo apt-get update && \
74-
sudo apt-get install -y --no-install-recommends curl libssl-dev pkg-config libclang-dev protobuf-compiler libprotobuf-dev zip musl-tools
74+
sudo apt-get install -y --no-install-recommends curl libssl-dev pkg-config libclang-dev protobuf-compiler libprotobuf-dev zip musl-tools musl-dev
7575
- uses: pnpm/action-setup@v4
7676
with:
7777
version: 9
@@ -107,7 +107,7 @@ jobs:
107107
- name: Install Dependencies
108108
run: |
109109
sudo apt-get update && \
110-
sudo apt-get install -y --no-install-recommends curl libssl-dev pkg-config libclang-dev protobuf-compiler libprotobuf-dev zip musl-tools
110+
sudo apt-get install -y --no-install-recommends curl libssl-dev pkg-config libclang-dev protobuf-compiler libprotobuf-dev zip musl-tools musl-dev
111111
- uses: pnpm/action-setup@v4
112112
with:
113113
version: 9
@@ -177,7 +177,7 @@ jobs:
177177
submodules: 'true'
178178
- name: Install Dependencies
179179
run: |
180-
brew update && brew install protobuf sqlite
180+
brew update && brew install protobuf sqlite cmake
181181
182182
- uses: pnpm/action-setup@v4
183183
with:
@@ -211,7 +211,7 @@ jobs:
211211
submodules: 'true'
212212
- name: Install Dependencies
213213
run: |
214-
brew update && brew install protobuf sqlite
214+
brew update && brew install protobuf sqlite cmake
215215
216216
- uses: pnpm/action-setup@v4
217217
with:

0 commit comments

Comments
 (0)