We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a5586 commit 38af83dCopy full SHA for 38af83d
.github/workflows/release.yml
@@ -146,6 +146,11 @@ jobs:
146
run: >
147
brew install bzip2 mmv
148
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
+
154
- name: '⚙️ Configure CMake'
155
156
cmake
@@ -168,7 +173,7 @@ jobs:
168
173
- name: '🗂 Inspect directory before downloading artifacts'
169
174
170
175
ls -alFR ${{env.BUILD_DIR}}/*.tar.gz
171
-
176
172
177
- name: '📦 Package'
178
uses: actions/upload-artifact@v4
179
with:
0 commit comments