Skip to content

Commit d5edb00

Browse files
committed
test
1 parent 4602768 commit d5edb00

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/illumos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [ push, workflow_dispatch ]
55
jobs:
66
gcc:
77
runs-on: ubuntu-latest
8+
if: ${{ github.repository_owner == 'haproxy' }}
89
permissions:
910
contents: read
1011
steps:

.github/workflows/netbsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
/usr/sbin/pkg_add gmake curl
2020
run: |
2121
echo '-=-=-=-=-=-=-='
22-
cat /usr/include/ctype.h
22+
cat /usr/include/sys/ctype_inline.h
2323
echo '-=-=-=-=-=-=-='
2424
gmake CC=gcc ERR=1 TARGET=netbsd USE_OPENSSL=1 USE_LUA=1 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_PROMEX=1 USE_ZLIB=1

0 commit comments

Comments
 (0)