Skip to content

Commit 706ae61

Browse files
authored
Merge pull request #226 from diizzyy/patch-1
CI: Reduce dependencies for FreeBSD
2 parents 878d5da + dd514e8 commit 706ae61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ jobs:
365365
with:
366366
usesh: true
367367
run: |
368-
pkg install -y cmake
368+
pkg install -y cmake-core
369369
mkdir build
370370
cd build
371371
cmake .. -DCMAKE_BUILD_TYPE=Release -DYYJSON_BUILD_TESTS=ON

0 commit comments

Comments
 (0)