We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65833e commit 6f7e0a3Copy full SHA for 6f7e0a3
.github/workflows/remoteBuild.yml
@@ -86,12 +86,12 @@ jobs:
86
- name: Install LLVM and dependencies (Ubuntu)
87
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-22.04' }}
88
run: |
89
- sudo apt-get update
+ # sudo apt-get update
90
sudo apt-get install -y libcurl4-openssl-dev
91
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
92
- brew install zstd
+ # brew install zstd
93
brew install llvm@20
94
brew ls -v zstd
+ eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
95
- name: Configure (macOS)
96
if: ${{ matrix.os == 'macos-latest' }}
97
0 commit comments