Skip to content

Commit b65833e

Browse files
committed
Try revert to LLVM 20 for Ubuntu
1 parent 3c2557e commit b65833e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/remoteBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ jobs:
110110
env:
111111
LLVM_DIR: /home/linuxbrew/.linuxbrew/opt/llvm@20
112112
zstd_DIR: /home/linuxbrew/.linuxbrew/opt/zstd
113-
LDFLAGS="-L/home/linuxbrew/.linuxbrew/opt/llvm@20/lib"
114-
CPPFLAGS="-I/home/linuxbrew/.linuxbrew/opt/llvm@20/include"
113+
LDFLAGS: "-L/home/linuxbrew/.linuxbrew/opt/llvm@20/lib"
114+
CPPFLAGS: "-I/home/linuxbrew/.linuxbrew/opt/llvm@20/include"
115115
- name: Build (Windows)
116116
if: ${{ matrix.os == 'windows-latest' }}
117117
shell: msys2 {0}

0 commit comments

Comments
 (0)