Skip to content

Commit e55edd3

Browse files
committed
attempt to fix openbsd CI
1 parent 1bd69c6 commit e55edd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
prepare: |
132132
export PKG_PATH="https://cdn.openbsd.org/pub/OpenBSD/7.6/packages/amd64/"
133133
134-
pkg_add -I cmake-3.30.1v1 ninja-1.11.1p0v0 llvm-16.0.6p30
134+
pkg_add -I cmake-3.30.1v1 ninja-1.11.1p0v0 llvm-16.0.6p30 clang-tools-extra
135135
136136
run: |
137137
export PATH="/usr/local/llvm/bin:$PATH"

0 commit comments

Comments
 (0)