Skip to content

CI: Add check for forks where to find libbinio#272

Merged
binarymaster merged 1 commit into
adplug:masterfrom
AranVink:fix/adplug-forks-fails-on-cmake-ci
Jun 30, 2026
Merged

CI: Add check for forks where to find libbinio#272
binarymaster merged 1 commit into
adplug:masterfrom
AranVink:fix/adplug-forks-fails-on-cmake-ci

Conversation

@AranVink

Copy link
Copy Markdown
Contributor

Current CI (except autotools) assumes libbinio is always present as fork under the organization running the CI (for example if I fork adplug, it assumes libbinio is under AranVink/libbinio). This assumption breaks CI for most workflows when forking.

This PR fixes this by adding an if statement to check who is the owner, and if it's a fork, try a git remote ls to check if the forker also has libbinio forked.

@binarymaster binarymaster merged commit 87d0639 into adplug:master Jun 30, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants