Skip to content

Commit

Permalink
chore: Remove Xcode setup and target selection in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Nov 20, 2024
1 parent df5e3d9 commit 6de95d1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
uses: actions/checkout@v4

- uses: Homebrew/actions/setup-homebrew@master
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "13.3.1"
- uses: ningenMe/[email protected]

- name: Install Make
Expand All @@ -53,9 +50,6 @@ jobs:
run: make mac-setup

- name: Build Android
env:
APPLE_XCODE_APP_NAME: Xcode_13.3.1.app
APPLE_MACOSX_SDK: MacOSX12.3
run: make android

- name: Upload Android Artifacts
Expand All @@ -70,9 +64,6 @@ jobs:
uses: actions/checkout@v4

- uses: Homebrew/actions/setup-homebrew@master
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "13.3.1"
- uses: ningenMe/[email protected]

- name: Install Make
Expand Down

0 comments on commit 6de95d1

Please sign in to comment.