fix a typo causing EXT_color_buffer_float enabled on al ES3 devices #3734
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: iOS | |
on: | |
push: | |
branches: | |
- main | |
- release | |
- rc/** | |
jobs: | |
build-ios: | |
name: build-ios | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v3.3.0 | |
- name: Run build script | |
run: | | |
cd build/ios && printf "y" | ./build.sh continuous | |
- uses: actions/upload-artifact@v1.0.0 | |
with: | |
name: filament-ios | |
path: out/filament-release-ios.tgz | |
- name: Build iOS samples | |
run: | | |
cd build/ios && ./build-samples.sh continuous |