Allow ETC2 ASTC texture format for macOS exports #2
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: Build and Test Unstable (main branch) | |
on: | |
push: | |
branches: | |
- 'main' | |
# Make sure jobs cannot overlap. | |
concurrency: | |
group: build-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
export-project: | |
name: Export the project for target platforms | |
uses: ./.github/workflows/export-project.yml |