Skip to content

Commit

Permalink
Fixing the build (coronalabs#89)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Shchvova committed Jun 13, 2020
1 parent e3fb68e commit 94e0fba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ jobs:
- linux
runs-on: windows-latest
steps:
- name: Install missing VS packages
shell: cmd
run: |
"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"
- name: Get processed code
uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit 94e0fba

Please sign in to comment.