@@ -13,19 +13,19 @@ jobs:
13
13
config :
14
14
# The OS versions supported are specific to the version of the action
15
15
# https://github.com/cross-platform-actions/action/blob/master/changelog.md
16
- - { os: haiku, version: 'r1beta4 ', runner: 'ubuntu-latest', architecture: 'x86-64' }
17
- - { os: haiku, version: 'r1beta4 ', runner: 'ubuntu-latest', architecture: 'x86' }
16
+ - { os: haiku, version: 'r1beta5 ', runner: 'ubuntu-latest', architecture: 'x86-64' }
17
+ - { os: haiku, version: 'r1beta5 ', runner: 'ubuntu-latest', architecture: 'x86' }
18
18
19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
22
- - uses : korli/action@v0.23 .0-haiku
22
+ - uses : korli/action@v0.25 .0-haiku1
23
23
with :
24
24
operating_system : ${{ matrix.config.os }}
25
25
version : ${{ matrix.config.version }}
26
26
architecture : ${{ matrix.config.architecture }}
27
27
run : |
28
- ssh user@localhost "chmod 777 /tmp/; pkgman update -y cmd:git cmd:autoconf cmd:cmake cmd:make cmd:clang_16 cmd:ld.lld>=16 " &&
28
+ ssh user@localhost "chmod 777 /tmp/; pkgman update -y cmd:git cmd:autoconf cmd:cmake cmd:make cmd:clang_17 cmd:ld.lld>=17 " &&
29
29
git -C .. clone --depth 3 --branch=master --quiet https://github.com/the-tcpdump-group/libpcap.git &&
30
30
export LDFLAGS="-Wl,--disable-new-dtags" &&
31
31
if [[ `uname -m` == BePC ]]; then
0 commit comments