File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,11 @@ jobs:
108108 run : |
109109 cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_PREFIX_PATH="/usr/lib/x86_64-linux-gnu" -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja
110110 env :
111+ CC : /home/linuxbrew/.linuxbrew/opt/llvm/bin/clang
111112 LLVM_DIR : /home/linuxbrew/.linuxbrew/opt/llvm
112113 zstd_DIR : /home/linuxbrew/.linuxbrew/opt/zstd
114+ CFLAGS : -static-libstdc++
115+ CXXFLAGS : -static-libstdc++
113116 - name : Build (Windows)
114117 if : ${{ matrix.os == 'windows-latest' }}
115118 shell : msys2 {0}
@@ -525,7 +528,7 @@ jobs:
525528 id : date
526529 run : echo "::set-output name=date::$(date '+%B %d %Y at %l:%M %p %Z')"
527530 - name : Release
528- uses :
IsaacShelton/[email protected] .4 531+ uses :
IsaacShelton/[email protected] .5 529532 with :
530533 token : ${{secrets.GITHUB_TOKEN}}
531534 release : ${{env.releaseName}}
You can’t perform that action at this time.
0 commit comments