mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-28 06:14:56 +00:00
Print the SDL- strings that were found if validation failed
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -104,6 +104,7 @@ jobs:
|
||||
set -e
|
||||
if test "x$(strings /tmp/build/libSDL3.so.0 | grep SDL- | wc -l)" != x1; then
|
||||
echo "SDL- string not found: must be present in SDL_REVISION"
|
||||
strings /tmp/build/libSDL3.so.0 | grep SDL-
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user