We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d5279 commit 756563fCopy full SHA for 756563f
.github/workflows/native.yml
@@ -29,16 +29,8 @@ jobs:
29
- run: git fetch --tags || true
30
- name: sbt nativeImage
31
shell: bash
32
- if: ${{ matrix.os != 'windows-latest' }}
33
run: |
34
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
42
- uses: actions/upload-artifact@master
43
with:
44
path: ${{ matrix.local_path }}
0 commit comments