Skip to content

Commit c9be110

Browse files
linderdtobhe
authored andcommitted
CI: fix typo and remove git dependency
1 parent 84d1d90 commit c9be110

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
with:
111111
usesh: true
112112
envs: 'BUILD_TYPE'
113-
prepare: pkg_add cmake git
113+
prepare: pkg_add cmake
114114
run: |
115115
mkdir build; cd build
116116
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
usesh: true
130130
envs: 'BUILD_TYPE'
131-
prepare: pkg install -y cmake libevent git
131+
prepare: pkg install -y cmake libevent
132132
run: |
133133
mkdir build; cd build
134134
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
usesh: true
148148
envs: 'BUILD_TYPE'
149-
prepare: pkgin -y install cmake libevent
149+
prepare: pkg_add cmake libevent
150150
run: |
151151
mkdir build; cd build
152152
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE

0 commit comments

Comments
 (0)