Skip to content

Commit b4a568a

Browse files
committed
Work on check-openbsd.
1 parent 2ef5d1a commit b4a568a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/many-platforms.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,8 @@ jobs:
425425
pwd
426426
: "Install OpenBSD packages"
427427
: "List of packages: https://cdn.openbsd.org/pub/OpenBSD/7.5/packages/amd64/"
428-
: pkg_add ...
428+
pkg_add gmake
429+
export PATH=/usr/local/bin:$PATH
429430
ls -l
430431
export CPPFLAGS="-I/usr/local/include -Wall"
431432
export LDFLAGS="-L/usr/local/lib"

0 commit comments

Comments
 (0)