Skip to content

Commit

Permalink
Try to fix MacSDK / gcc trash
Browse files Browse the repository at this point in the history
  • Loading branch information
asl committed Jun 3, 2024
1 parent a6a5586 commit 38af83d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ jobs:
run: >
brew install bzip2 mmv
- name: '💩 Fix gcc / MacSDK trash'
run: >
rm -f /opt/homebrew/Cellar/gcc@13/*/lib/gcc/13/gcc/aarch64-apple*/13/include-fixed/AvailabilityInternal.h
rm -f /usr/local/Cellar/gcc@13/*/lib/gcc/13/gcc/x86_64-apple*/13/include-fixed/AvailabilityInternal.h
- name: '⚙️ Configure CMake'
run: >
cmake
Expand All @@ -168,7 +173,7 @@ jobs:
- name: '🗂 Inspect directory before downloading artifacts'
run: >
ls -alFR ${{env.BUILD_DIR}}/*.tar.gz
- name: '📦 Package'
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 38af83d

Please sign in to comment.