Skip to content

Commit

Permalink
Update macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz committed Feb 6, 2024
1 parent fb94eae commit 2f115df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
if: ${{ steps.cache_llvm.outputs.cache-hit != 'true' }}
run: |
wget 'https://github.com/Arthapz/llvm-patched/raw/main/macOS/llvm-x64.zip'
7z x llvm-x64.7z
rm llvm-x64.7z
7z x llvm-x64.zip
rm llvm-x64.zip
- name: Set xmake env
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV
Expand Down

0 comments on commit 2f115df

Please sign in to comment.