Skip to content

Commit 38af83d

Browse files
committed
Try to fix MacSDK / gcc trash
1 parent a6a5586 commit 38af83d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ jobs:
146146
run: >
147147
brew install bzip2 mmv
148148
149+
- name: '💩 Fix gcc / MacSDK trash'
150+
run: >
151+
rm -f /opt/homebrew/Cellar/gcc@13/*/lib/gcc/13/gcc/aarch64-apple*/13/include-fixed/AvailabilityInternal.h
152+
rm -f /usr/local/Cellar/gcc@13/*/lib/gcc/13/gcc/x86_64-apple*/13/include-fixed/AvailabilityInternal.h
153+
149154
- name: '⚙️ Configure CMake'
150155
run: >
151156
cmake
@@ -168,7 +173,7 @@ jobs:
168173
- name: '🗂 Inspect directory before downloading artifacts'
169174
run: >
170175
ls -alFR ${{env.BUILD_DIR}}/*.tar.gz
171-
176+
172177
- name: '📦 Package'
173178
uses: actions/upload-artifact@v4
174179
with:

0 commit comments

Comments
 (0)