We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d1d90 commit c9be110Copy full SHA for c9be110
1 file changed
.github/workflows/cmake.yml
@@ -110,7 +110,7 @@ jobs:
110
with:
111
usesh: true
112
envs: 'BUILD_TYPE'
113
- prepare: pkg_add cmake git
+ prepare: pkg_add cmake
114
run: |
115
mkdir build; cd build
116
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE
@@ -128,7 +128,7 @@ jobs:
128
129
130
131
- prepare: pkg install -y cmake libevent git
+ prepare: pkg install -y cmake libevent
132
133
134
@@ -146,7 +146,7 @@ jobs:
146
147
148
149
- prepare: pkgin -y install cmake libevent
+ prepare: pkg_add cmake libevent
150
151
152
0 commit comments