Avoid deprecation warnings for gha-setup-vsdevenv action

Switch to a local fork of the action using node 16 and latest
actions/core package as both are necessary to avoid getting deprecation
warnings.
This commit is contained in:
Vadim Zeitlin 2022-10-18 19:28:40 +02:00
parent f8da25ca45
commit f044e5cab3

View file

@ -121,7 +121,7 @@ jobs:
# required for CMake to find Ninja
- name: "[Windows] Set up MSVC Developer Command Prompt"
if: runner.os == 'Windows'
uses: seanmiddleditch/gha-setup-vsdevenv@v3
uses: wxWidgets/gha-setup-vsdevenv@ac61ecb4b05909261f8f375601c0e15aabdd9f10
- name: Configuring
run: |