mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-20 14:25:40 +00:00
ci: Fix check_stdlib_usage.py and run on ci
This commit is contained in:
committed by
Anonymous Maarten
parent
76f28ea120
commit
80cf3f7c38
1
.github/workflows/generic.yml
vendored
1
.github/workflows/generic.yml
vendored
@@ -358,6 +358,7 @@ jobs:
|
||||
set -e
|
||||
build-scripts/test-versioning.sh
|
||||
python build-scripts/check_android_jni.py
|
||||
python build-scripts/check_stdlib_usage.py
|
||||
- name: 'Upload binary package'
|
||||
uses: actions/upload-artifact@v4
|
||||
if: ${{ always() && matrix.platform.artifact != '' && (steps.package.outcome == 'success' || steps.cpactions.outcome == 'success') && (matrix.platform.enable-artifacts || steps.tests.outcome == 'failure') }}
|
||||
|
||||
Reference in New Issue
Block a user