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 3c2557e commit b65833eCopy full SHA for b65833e
.github/workflows/remoteBuild.yml
@@ -110,8 +110,8 @@ jobs:
110
env:
111
LLVM_DIR: /home/linuxbrew/.linuxbrew/opt/llvm@20
112
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"
+ LDFLAGS: "-L/home/linuxbrew/.linuxbrew/opt/llvm@20/lib"
+ CPPFLAGS: "-I/home/linuxbrew/.linuxbrew/opt/llvm@20/include"
115
- name: Build (Windows)
116
if: ${{ matrix.os == 'windows-latest' }}
117
shell: msys2 {0}
0 commit comments