We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47db479 commit ed9fc89Copy full SHA for ed9fc89
.github/workflows/pull-request-checks.yaml
@@ -290,8 +290,9 @@ jobs:
290
choco install winflexbison3
291
nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
292
echo "c:\tools\clcache\clcache-4.1.0" >> $env:GITHUB_PATH
293
- - name: Setup Visual Studio environment
+ - name: Setup MSBuild
294
uses: microsoft/[email protected]
295
+ - name: Initialise Developer Command Line
296
uses: ilammy/msvc-dev-cmd@v1
297
- name: Prepare ccache
298
uses: actions/cache@v2
0 commit comments