Skip to content

Commit 1202cbe

Browse files
committed
switch to a maintained action
to setup MSVC in windows runners
1 parent 8dd5964 commit 1202cbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cpp-lint-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
run: clang-tools --install ${{ matrix.clang-version }} --directory ${{ runner.temp }}/llvm
3737

3838
- name: Setup VS dev env
39-
uses: seanmiddleditch/gha-setup-vsdevenv@v4
39+
uses: TheMrMilchmann/setup-msvc-dev@v3
40+
with:
41+
arch: x64
4042

4143
- name: Cache the build artifacts
4244
id: cache-build

0 commit comments

Comments
 (0)