Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Jun 28, 2024
1 parent 46d1bb3 commit e2ecdba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: 'Set up latest JDK code tool jextract'
uses: oracle-actions/setup-java@v1
if: matrix.os == 'windows-latest'
with:
website: jdk.java.net
release: jextract
- uses: actions/setup-java@v4
with:
distribution: 'oracle'
Expand All @@ -48,12 +54,6 @@ jobs:
if: matrix.os == 'windows-latest'
with:
cache-workspaces: app/desktop/uwp_helper
- name: 'Set up latest JDK code tool jextract'
uses: oracle-actions/setup-java@v1
if: matrix.os == 'windows-latest'
with:
website: jdk.java.net
release: jextract
# https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development#add-a-step-to-your-workflow
- name: Setup MacOS signing
if: matrix.os == 'macos-14'
Expand Down

0 comments on commit e2ecdba

Please sign in to comment.