File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 88 using : composite
99
1010 steps :
11- - uses : awalsh128/cache-apt-pkgs-action@latest
12- with :
13- packages : clang-tidy-${{ inputs.llvm-ver }} clang-format-${{ inputs.llvm-ver }} libc++-${{ inputs.llvm-ver }}-dev libc++abi-${{ inputs.llvm-ver }}-dev clang-${{ inputs.llvm-ver }} llvm-${{ inputs.llvm-ver }} lld-${{ inputs.llvm-ver }} clangd-${{ inputs.llvm-ver }}
14- version : ${{ inputs.llvm-ver }}
15-
1611 - run : curl -s https://apt.llvm.org/llvm.sh | sudo bash -s ${{ inputs.llvm-ver }};
1712 shell : bash
1813
Original file line number Diff line number Diff line change 7575 uses : ./.github/actions/update-msvc
7676
7777 - uses : ilammy/msvc-dev-cmd@v1
78+ with :
79+ toolset : 14.37
7880
7981 - name : CMake build and test (Debug)
8082 uses : ./.github/actions/cmake-build-and-test
You can’t perform that action at this time.
0 commit comments