Skip to content

Commit

Permalink
Update ios-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ry-itto authored Aug 11, 2024
1 parent 5129e3f commit 687b3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-java
- name: Set up XCFramework arch filter
run: echo "arch=x86_64" >> local.properties
run: echo "arch=arm64" >> local.properties
- run: make build-app-debug
working-directory: app-ios

0 comments on commit 687b3c4

Please sign in to comment.