Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 authored Jul 18, 2023
1 parent bb29080 commit b586e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# https://github.com/3F/DllExport/issues/29#issuecomment-284259126
- name: Install MS Build Tools 2015
#run: choco install microsoft-build-tools
run: curl https://download.microsoft.com/download/E/E/D/EEDF18A8-4AED-4CE0-BEBE-70A83094FC5A/BuildTools_Full.exe -o BuildTools_Full.exe && cmd BuildTools_Full.exe /Q /Full
run: curl https://download.microsoft.com/download/E/E/D/EEDF18A8-4AED-4CE0-BEBE-70A83094FC5A/BuildTools_Full.exe -o BuildTools_Full.exe && BuildTools_Full.exe /Q /Full
#- name: Install
# run: Tools\ci_install.bat
#- name: Install .NET FX 3.5
Expand Down

0 comments on commit b586e16

Please sign in to comment.