Fixes for Haiku build.

This commit is contained in:
Martín Lucas Golini
2026-04-26 14:29:27 -03:00
parent 009140f798
commit 926bf3102f
2 changed files with 2 additions and 2 deletions

View File

@@ -407,7 +407,7 @@ jobs:
disable-cache: true
prepare: |
pkg upgrade -y
pkg install -y bash git sdl2 curl premake5 gsed gmake
pkg install -y bash pcre2 git sdl2 curl premake5 gsed gmake
run: |
export CC=clang
export CXX=clang++