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 502570a commit ad4697e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
- name: Download and Uncompress LLVM
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.zip
rm llvm-x64.zip
wget 'https://github.com/Arthapz/llvm-patched/raw/main/macOS/llvm.7z.001'
7z x llvm.7z.001
rm llvm.7z.001
- name: Set xmake env
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV
Expand Down

0 comments on commit ad4697e

Please sign in to comment.