Skip to content

Commit

Permalink
tweak-for-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Jun 28, 2021
1 parent 9eb924b commit 27d63cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: tweak-for-windows
if: runner.os == 'Windows'
run: |
xcopy /E /Y C:\hostedtoolcache\windows\GraalVM\java8-windows-amd64-21.0.0.2\x64\jre\lib C:\hostedtoolcache\windows\GraalVM\java8-windows-amd64-21.0.0.2\x64\lib
- name: native-image
run: |
mkdir dist
Expand Down

0 comments on commit 27d63cc

Please sign in to comment.