Skip to content

Commit bb1382c

Browse files
committed
ci: fix older graalvm on windows
1 parent ff4b847 commit bb1382c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,13 @@ jobs:
9494
matrix:
9595
os: [ ubuntu-latest, windows-latest, macos-latest ]
9696
java: [ '17', '21', '25' ]
97-
profiles: ['native', 'native,native-exported']
97+
profiles: [ 'native', 'native,native-exported' ]
9898
runs-on: ${{ matrix.os }}
9999
steps:
100100
- uses: actions/checkout@v6
101+
- name: Configure MSVC Environment for Windows
102+
if: matrix.os == 'windows-latest'
103+
uses: ilammy/msvc-dev-cmd@v1
101104
- uses: graalvm/setup-graalvm@v1
102105
with:
103106
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)