Skip to content

Commit ed9fc89

Browse files
committed
[FIXUP] Move developer command line initialisation to its own step.
1 parent 47db479 commit ed9fc89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,9 @@ jobs:
290290
choco install winflexbison3
291291
nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
292292
echo "c:\tools\clcache\clcache-4.1.0" >> $env:GITHUB_PATH
293-
- name: Setup Visual Studio environment
293+
- name: Setup MSBuild
294294
uses: microsoft/[email protected]
295+
- name: Initialise Developer Command Line
295296
uses: ilammy/msvc-dev-cmd@v1
296297
- name: Prepare ccache
297298
uses: actions/cache@v2

0 commit comments

Comments
 (0)