Skip to content

Commit

Permalink
WIP4 (move quotes further)
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Aug 12, 2023
1 parent b0758e6 commit c0fe41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
dotnet-version: '6.0.113'
- name: HACK to emulate legacy .NETFramework uninstall
shell: cmd
run: del $("%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -find MSBuild\\**\\Bin\\MSBuild.exe)
run: del $("%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe -find MSBuild\\**\\Bin\\MSBuild.exe")
- name: configure
run: .\configure.bat
- name: build in DEBUG mode
Expand Down

0 comments on commit c0fe41f

Please sign in to comment.