File tree Expand file tree Collapse file tree 2 files changed +26
-8
lines changed
Expand file tree Collapse file tree 2 files changed +26
-8
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ jobs:
6363 7z x ninja.zip -o"$GITHUB_WORKSPACE/ninja"
6464 echo "$GITHUB_WORKSPACE/ninja" >> $GITHUB_PATH
6565
66- - name : Update LLVM (Windows)
67- shell : bash
68- run : |
69- curl -L https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/LLVM-19.1.7-win64.exe -o llvm-inst.exe
70- 7z x llvm-inst.exe -ollvm bin/clang.exe bin/clang++.exe bin/lld-link.exe bin/llvm-rc.exe bin/*.dll lib/clang/*/include/*
71- echo "$GITHUB_WORKSPACE/llvm/bin" >> $GITHUB_PATH
72- if : matrix.config.id == 'win'
66+ # - name: Update LLVM (Windows)
67+ # shell: bash
68+ # run: |
69+ # curl -L https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/LLVM-19.1.7-win64.exe -o llvm-inst.exe
70+ # 7z x llvm-inst.exe -ollvm bin/clang.exe bin/clang++.exe bin/lld-link.exe bin/llvm-rc.exe bin/*.dll lib/clang/*/include/*
71+ # echo "$GITHUB_WORKSPACE/llvm/bin" >> $GITHUB_PATH
72+ # if: matrix.config.id == 'win'
7373
7474 - name : Update Clang (Linux)
7575 shell : bash
Original file line number Diff line number Diff line change 11name : ' Verify bindings syntax'
22
3- on : [push, pull_request]
3+ on :
4+ pull_request :
5+ paths :
6+ - ' .github/workflows/*'
7+ - ' bindings/2.2074/*'
8+ - ' bindings/include/**'
9+ - ' cmake/**'
10+ - ' codegen/**'
11+ - ' test/**'
12+ push :
13+ branches :
14+ - ' **'
15+ paths :
16+ - ' .github/workflows/*'
17+ - ' bindings/2.2074/*'
18+ - ' bindings/include/**'
19+ - ' cmake/**'
20+ - ' codegen/**'
21+ - ' test/**'
422
523jobs :
624 build :
You can’t perform that action at this time.
0 commit comments