Skip to content

Commit

Permalink
Fix refs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jun 29, 2023
1 parent b4c3e4a commit 07f36eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
JDK_VERSION=$(grep "jdk =" gradle/libs.versions.toml | head -n 1 | cut -d'=' -f2 | tr -d '"' | xargs)
echo "JDK_VERSION=${JDK_VERSION}" >> $GITHUB_ENV
- name: Install JDK ${{ matrix.ci_java_version }}
- name: Install JDK ${{ env.JDK_VERSION }}
uses: actions/setup-java@v3
with:
distribution: 'zulu'
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
JDK_VERSION=$(grep "jdk =" gradle/libs.versions.toml | head -n 1 | cut -d'=' -f2 | tr -d '"' | xargs)
echo "JDK_VERSION=${JDK_VERSION}" >> $GITHUB_ENV
- name: Install JDK ${{ matrix.ci_java_version }}
- name: Install JDK ${{ env.JDK_VERSION }}
uses: actions/setup-java@v3
with:
distribution: 'zulu'
Expand Down

0 comments on commit 07f36eb

Please sign in to comment.