Skip to content

Commit

Permalink
Fix standalone builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Feb 16, 2024
1 parent 6f2aff6 commit 7cb9c77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
type: [native, jvm]
env:
JAVA_VERSION: "22"
JDK_IDENTIFIER: "latest"
MX_ENV: "trufflesqueak-${{ matrix.type }}"
VERBOSE_GRAALVM_LAUNCHERS: true
name: ${{ matrix.type }} ${{ matrix.os }}
Expand Down Expand Up @@ -170,7 +171,7 @@ jobs:
python-version: '3.12.0'
- name: Set up dependencies
shell: bash
run: mx.trufflesqueak/utils.sh set-up-dependencies ${{ matrix.type }} ${{ env.JAVA_VERSION }}
run: mx.trufflesqueak/utils.sh set-up-dependencies ${{ matrix.type }} ${{ env.JDK_IDENTIFIER }}
- name: Build TruffleSqueak standalone
run: mx.trufflesqueak/utils.sh build-standalone ${{ matrix.type }} ${{ env.JAVA_VERSION }}
if: ${{ runner.os != 'Windows' }}
Expand Down

0 comments on commit 7cb9c77

Please sign in to comment.