Skip to content

Commit 6f7e0a3

Browse files
committed
Try revert to LLVM 20 for Ubuntu
1 parent b65833e commit 6f7e0a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/remoteBuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ jobs:
8686
- name: Install LLVM and dependencies (Ubuntu)
8787
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-22.04' }}
8888
run: |
89-
sudo apt-get update
89+
# sudo apt-get update
9090
sudo apt-get install -y libcurl4-openssl-dev
91-
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
92-
brew install zstd
91+
# brew install zstd
9392
brew install llvm@20
9493
brew ls -v zstd
94+
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
9595
- name: Configure (macOS)
9696
if: ${{ matrix.os == 'macos-latest' }}
9797
run: |

0 commit comments

Comments
 (0)