Skip to content

Commit

Permalink
Also install jextract on other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Aug 30, 2023
1 parent 2d33a2f commit 2e94ba2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ jobs:
$path = (Resolve-Path jextract-20\bin).Path
echo $path | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Setup jextract
if: matrix.os != 'windows-latest'
shell: powershell
run: |
curl -L https://download.java.net/java/early_access/jextract/1/openjdk-20-jextract+1-2_windows-x64_bin.tar.gz -o jextract.tar.gz
tar xzvf jextract.tar.gz
echo $(realpath jextract-20\bin) >> GITHUB_PATH
- name: Setup MacOS signing
if: matrix.os == 'macos-latest'
env:
Expand Down

0 comments on commit 2e94ba2

Please sign in to comment.