Skip to content

Commit

Permalink
Remove Windows again.
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Mar 4, 2021
1 parent 04d5279 commit 756563f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,8 @@ jobs:
- run: git fetch --tags || true
- name: sbt nativeImage
shell: bash
if: ${{ matrix.os != 'windows-latest' }}
run: |
sbt cli/nativeImage "cli/nativeImageRun --cwd tests/gradle-example"
- name: sbt nativeImage
shell: cmd
if: ${{ matrix.os == 'windows-latest' }}
run: >-
"C:\Program Files (x86)\Microsoft Visual
Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && sbt
cli/nativeImage
- uses: actions/upload-artifact@master
with:
path: ${{ matrix.local_path }}
Expand Down

0 comments on commit 756563f

Please sign in to comment.