Use updated msvc-dev-cmd action

This commit is contained in:
Miodrag Milanovic 2026-06-26 08:08:53 +02:00
parent b8459c9dec
commit f1820e4423
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@ jobs:
persist-credentials: false
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
uses: TheMrMilchmann/setup-msvc-dev@v4
with:
arch: x64
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.23