Browse Source

Alternative xcode hack

tags/v2.3.2
falkTX 2 years ago
parent
commit
642bede851
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      .github/workflows/release.yml
  2. +1
    -1
      PawPaw

+ 4
- 0
.github/workflows/release.yml View File

@@ -62,6 +62,10 @@ jobs:
- name: Set up dependencies
run: |
brew install cmake jq meson
- name: Fix up Xcode
run: |
sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*
sudo xcode-select -s "/Applications/Xcode_12.3.app"
- name: Bootstrap macOS universal
shell: bash
run: |


+ 1
- 1
PawPaw

@@ -1 +1 @@
Subproject commit e3711795c4442f75fac6836e95e5655e99b72b23
Subproject commit ddfa426224e3d7e88670965b51caf9c5fed371e6

Loading…
Cancel
Save