Skip to content

Commit 949e975

Browse files
committed
ci(gh-action)
1 parent 03fd73a commit 949e975

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/actions/apt-fetch-clang/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ runs:
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

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
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

0 commit comments

Comments
 (0)