Skip to content

Commit 5120fcb

Browse files
committed
freebsd cmake uses ninja so no need for libtool.
modified: test.yml
1 parent 4eca9a5 commit 5120fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
usesh: true
8484
sync: rsync
8585
copyback: false
86-
prepare: pkg install -y python3 bash cmake ninja libtool pkgconf gmake binutils lzlib
86+
prepare: pkg install -y python3 bash cmake ninja pkgconf gmake binutils lzlib
8787
run: |
8888
mkdir builddir && cd builddir
8989
cmake -G Ninja -DBUILD_DWARFEXAMPLE=ON ../CMakeLists.txt

0 commit comments

Comments
 (0)