Skip to content

Commit dbb2e79

Browse files
committed
install pkgconfig in freebsd test
1 parent f8dd0ab commit dbb2e79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/freebsd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
with:
1919
usesh: true
2020
prepare: |
21-
pkg install -y devel/googletest gcc cmake
21+
pkg install -y devel/googletest cmake pkgconf
2222
2323
run: |
2424
cmake -S . -B build \
25+
-DCMAKE_CXX_STANDARD=17 \
2526
-DUNITS_ENABLE_TESTS=ON \
2627
-DUNITS_USE_EXTERNAL_GTEST=ON
2728
cmake --build build -j4

0 commit comments

Comments
 (0)