Skip to content

Commit

Permalink
ci: fix darwin build
Browse files Browse the repository at this point in the history
Signed-off-by: thxCode <thxcode0824@gmail.com>
  • Loading branch information
thxCode committed Dec 26, 2024
1 parent 1ca5a9a commit adfecf7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ jobs:
- name: Deps
run: |
brew update && brew install ccache
- name: Setup XCode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
- name: Build
env:
CCACHE_DIR: "${{ github.workspace }}/.cache/ccache"
Expand Down Expand Up @@ -133,10 +129,6 @@ jobs:
- name: Deps
run: |
brew update && brew install ccache
- name: Setup XCode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
- name: Build
env:
CCACHE_DIR: "${{ github.workspace }}/.cache/ccache"
Expand Down

0 comments on commit adfecf7

Please sign in to comment.