diff --git a/.github/workflows/get_apple_sdks.yml b/.github/workflows/get_apple_sdks.yml index 79a1d5e..b01ef34 100644 --- a/.github/workflows/get_apple_sdks.yml +++ b/.github/workflows/get_apple_sdks.yml @@ -36,7 +36,7 @@ jobs: - name: Install Required Dependencies run: | - brew install cmake wget coreutils llvm + brew install coreutils llvm xz echo "✅ Dependencies installed successfully." >> $GITHUB_STEP_SUMMARY - name: Clone and Setup osxcross