Skip to content

Commit

Permalink
ci: upgrade graalvm
Browse files Browse the repository at this point in the history
  • Loading branch information
idc101 committed Sep 21, 2023
1 parent 7a01719 commit b5b43b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: 'sbt'
- uses: graalvm/setup-graalvm@v1
with:
version: '22.3.0'
distribution: 'graalvm'
java-version: '19'
components: 'native-image'
# github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -55,7 +55,7 @@ jobs:
cache: 'sbt'
- uses: graalvm/setup-graalvm@v1
with:
version: '22.3.0'
distribution: 'graalvm'
java-version: '19'
components: 'native-image'
# github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -81,7 +81,7 @@ jobs:
cache: 'sbt'
- uses: graalvm/setup-graalvm@v1
with:
version: '22.3.0'
distribution: 'graalvm'
java-version: '19'
components: 'native-image'
# github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion build-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Set-Location -Path target\scala-2.12
& native-image -jar "git-mkver-assembly-$VERSION.jar" --no-fallback
Move-Item -Path "git-mkver-assembly-$VERSION.exe" -Destination git-mkver.exe
Compress-Archive -Path 'git-mkver.exe' -DestinationPath 'git-mkver-windows-amd64-%VERSION%.zip'
Get-FileHash git-mkver-windows-amd64-%VERSION%.zip | %% Hash
Get-FileHash git-mkver-windows-amd64-%VERSION%.zip | % Hash

0 comments on commit b5b43b7

Please sign in to comment.