Skip to content

Commit

Permalink
windows has a weird error
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Jun 17, 2020
1 parent 3302766 commit 19b6c22
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/onrelease_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@ on:

jobs:
build:
name: Upload Release Asset
name: Make and upload windows SuperSlicer deps
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: ilammy/msvc-dev-cmd@v1
- name: mkdir in deps
run: mkdir deps/build
- name: cmake and make deps
- name: cmake deps
working-directory: ./deps/build
run: |
cmake .. -G "Visual Studio 16 2019" -A x64
msbuild /m ALL_BUILD.vcxproj
shell: cmd
run: cmake .. -G "Visual Studio 16 2019" -A x64
- name: make deps
working-directory: ./deps/build
shell: cmd
run: msbuild /m ALL_BUILD.vcxproj
- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 19b6c22

Please sign in to comment.