Skip to content

Commit

Permalink
WIP5
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Aug 12, 2023
1 parent c0fe41f commit eaada6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ jobs:
with:
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 eaada6d

Please sign in to comment.