Skip to content

Commit bd11886

Browse files
committed
Work on build-openbsd.
1 parent 8b5e030 commit bd11886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/many-platforms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,11 +425,11 @@ jobs:
425425
pwd
426426
: "Install OpenBSD packages"
427427
: "List of packages: https://cdn.openbsd.org/pub/OpenBSD/7.5/packages/amd64/"
428-
pkg_add texinfo-6.5p4
428+
: pkg_add ...
429429
ls -l
430430
export CPPFLAGS="-I/usr/local/include -Wall"
431431
export LDFLAGS="-L/usr/local/lib"
432-
./build-on.sh '${{ env.package }}' '' 'make'
432+
./build-on.sh '${{ env.package }}' '' 'gmake'
433433
# Doc: https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts
434434
# https://github.com/actions/upload-artifact?tab=readme-ov-file#usage
435435
- if: ${{ always() }}

0 commit comments

Comments
 (0)