Skip to content

Commit 5a6d1e3

Browse files
authored
Fixing the build (coronalabs#89)
* Trying to debug build * Trying to debug the build again * More debug * Adding build on push to test windows faster * more debug * trying to install missing components if any * another try * ditto * yml syntax * Add All * All in one. * Less stuff, more fun * before-after diagnostics * еее * Testing build fix * Cleaning up * undoing stuff * and everything is broken again * undoing everything but packages
1 parent 5a41dc9 commit 5a6d1e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,10 @@ jobs:
306306
- linux
307307
runs-on: windows-latest
308308
steps:
309+
- name: Install missing VS packages
310+
shell: cmd
311+
run: |
312+
"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" modify --channelId VisualStudio.16.Release --productId Microsoft.VisualStudio.Product.Enterprise -q --includeRecommended --add "Microsoft.VisualStudio.Component.VC.ATL" --add "Microsoft.VisualStudio.Component.VC.ATLMFC" --add "Microsoft.VisualStudio.Component.VC.v141.x86.x64" --add "Microsoft.VisualStudio.Component.VC.140" --add "Microsoft.VisualStudio.Component.WinXP" --add "Microsoft.VisualStudio.Component.VC.v141.ATL" --add "Microsoft.VisualStudio.Component.VC.v141.MFC"
309313
- name: Get processed code
310314
uses: actions/download-artifact@v1
311315
with:

0 commit comments

Comments
 (0)