Skip to content

Commit 756563f

Browse files
committed
Remove Windows again.
1 parent 04d5279 commit 756563f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/native.yml

-8
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,8 @@ jobs:
2929
- run: git fetch --tags || true
3030
- name: sbt nativeImage
3131
shell: bash
32-
if: ${{ matrix.os != 'windows-latest' }}
3332
run: |
3433
sbt cli/nativeImage "cli/nativeImageRun --cwd tests/gradle-example"
35-
- name: sbt nativeImage
36-
shell: cmd
37-
if: ${{ matrix.os == 'windows-latest' }}
38-
run: >-
39-
"C:\Program Files (x86)\Microsoft Visual
40-
Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && sbt
41-
cli/nativeImage
4234
- uses: actions/upload-artifact@master
4335
with:
4436
path: ${{ matrix.local_path }}

0 commit comments

Comments
 (0)