File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments