Skip to content

Commit

Permalink
WIP2
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Aug 12, 2023
1 parent 4b501e0 commit 0b9f111
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 @@ -155,7 +155,7 @@ jobs:
with:
dotnet-version: '6.0.113'
- name: HACK to emulate legacy .NETFramework uninstall
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 0b9f111

Please sign in to comment.