Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnm committed Jul 26, 2024
1 parent 0bed247 commit 614206f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
gclient sync
gn gen out/Release --args="is_debug=false target_os=\"ios\" ios_enable_code_signing=false angle_enable_metal=true angle_enable_wgpu=false ios_deployment_target=\"14.0\" angle_build_all=false target_environment=\"device\""
autoninja -C out/Release
- name: Prepare Theos
uses: Randomblock1/[email protected]
- name: Build MGLKit framework
uses: Randomblock1/[email protected]
run: |
mv Makefile.ios Makefile
mkdir Frameworks
Expand Down Expand Up @@ -66,7 +65,7 @@ jobs:
gn gen out/Release --args="is_debug=false target_os=\"ios\" ios_enable_code_signing=false angle_enable_metal=true angle_enable_wgpu=false ios_deployment_target=\"14.0\" angle_build_all=false target_environment=\"simulator\""
autoninja -C out/Release
- name: Build MGLKit framework
- uses: Randomblock1/[email protected]
uses: Randomblock1/[email protected]
run: |
mv Makefile.simulator Makefile
mkdir Frameworks
Expand Down

0 comments on commit 614206f

Please sign in to comment.