mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Fix libsdl2_devel package name in Haiku CI build.
This commit is contained in:
2
.github/workflows/ecode-nightly.yml
vendored
2
.github/workflows/ecode-nightly.yml
vendored
@@ -446,7 +446,7 @@ jobs:
|
||||
mem: 8192
|
||||
disable-cache: true
|
||||
prepare: |
|
||||
pkgman install -y libsdl2 libsdl2-devel git gcc
|
||||
pkgman install -y libsdl2 libsdl2_devel git gcc
|
||||
run: |
|
||||
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
bash projects/scripts/patch_commit_number.sh
|
||||
|
||||
Reference in New Issue
Block a user