Skip to content

Commit

Permalink
Change release downloader to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Feb 11, 2024
1 parent a1b54a7 commit ee4db84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/IKVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
shell: pwsh
run: New-Item -Type Directory -Force ${{ env.WORKPATH }}/ikvm/jtreg; Expand-Archive ${{ env.WORKPATH }}/temp/jtreg-build.zip -DestinationPath ${{ env.WORKPATH }}/ikvm/jtreg
- name: Download Native SDKs
uses: robinraju/release-downloader@v1
uses: robinraju/release-downloader@v1.9
with:
repository: ikvmnet/ikvm-native-sdk
tag: ${{ env.NATIVE_SDK_VERSION }}
Expand Down

0 comments on commit ee4db84

Please sign in to comment.