Skip to content

Commit

Permalink
CI: Fix action workflow to use latests msvc cmd version (#153)
Browse files Browse the repository at this point in the history
Detours CI was broken by a deprecation in the github actions API.
We need to bump to the latest version of msvc action to get the fix.
  • Loading branch information
bgianfo committed Dec 2, 2020
1 parent 2de2bab commit 666cf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -41,7 +41,7 @@ jobs:

# Setup build environment variables using vcvarsall.bat.
- name: Configure MSCV Compiler for ${{ matrix.arch }}
uses: ilammy/msvc-dev-cmd@v1.3.0
uses: ilammy/msvc-dev-cmd@v1.4.1
with:
arch: ${{ matrix.arch }}

Expand Down

0 comments on commit 666cf50

Please sign in to comment.