From ad4697ed8edfb49a8861a925bbd31366b4e2e3cd Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Tue, 6 Feb 2024 15:57:53 +0100 Subject: [PATCH] update macOS CI --- .github/workflows/macOS.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 1472ca89..117dd286 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -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