diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 358de96..19a1e58 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,6 +9,7 @@ jobs: run-and-compile-windows: runs-on: windows-latest steps: - - uses: TheMrMilchmann/setup-msvc-dev@v3 - with: - arch: x64 \ No newline at end of file + - name: Setup MSVC Developer Command Prompt + uses: TheMrMilchmann/setup-msvc-dev@v3.0.0 + with: + arch: x64 \ No newline at end of file