Skip to content

Commit

Permalink
fix env variable in windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Gubaer committed Jan 21, 2025
1 parent e41ce6d commit 45e5f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: echo "GRAALVM_PLATFORM=linux-amd64" >> $GITHUB_ENV
- name: Set GraalVM platform for windows-latest
if: ${{ matrix.platform == 'windows-latest' }}
run: echo "GRAALVM_PLATFORM=windows-amd64" >> $GITHUB_ENV
run: echo "GRAALVM_PLATFORM=windows-amd64" >> $env:GITHUB_ENV

- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.jdk }}
Expand Down

0 comments on commit 45e5f62

Please sign in to comment.