use oss_v4.py instead of ossutil (#5) #25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: sdl2 | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- '.github/workflows/_buildx.yml' | |
- '.github/workflows/sdl2.yml' | |
- 'deps/sdl2' | |
- 'patchs/sdl2/**' | |
- 'scripts/sdl2.sh' | |
- 'build.sh' | |
- 'env-apple.sh' | |
pull_request: | |
branches: | |
- main | |
paths: | |
- '.github/workflows/_buildx.yml' | |
- '.github/workflows/sdl2.yml' | |
- 'deps/sdl2' | |
- 'patchs/sdl2/**' | |
- 'scripts/sdl2.sh' | |
- 'build.sh' | |
- 'env-apple.sh' | |
jobs: | |
build: | |
secrets: inherit | |
uses: ./.github/workflows/_buildx.yml |