Skip to content

Commit

Permalink
switch to a maintained action
Browse files Browse the repository at this point in the history
to setup MSVC in windows runners
  • Loading branch information
2bndy5 committed Dec 24, 2023
1 parent f445ef0 commit 78dd5b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cpp-lint-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
run: clang-tools --install ${{ matrix.clang-version }} --directory ${{ runner.temp }}/llvm

- name: Setup VS dev env
uses: seanmiddleditch/gha-setup-vsdevenv@v4
uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: x64

- name: Cache the build artifacts
id: cache-build
Expand Down

0 comments on commit 78dd5b6

Please sign in to comment.