Skip to content

Commit

Permalink
Add temporary debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 2, 2024
1 parent 53d1079 commit 33cbbec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,14 @@ jobs:
distribution: graalvm-community
version: 'latest'
java-version: '21'
set-java-home: false
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Debugging
run: |
echo "GRAALVM_HOME: $GRAALVM_HOME"
echo "JAVA_HOME: $JAVA_HOME"
ls -r $GRAALVM_HOME
java --version
native-image --version
- name: Build
uses: ./.github/actions/main-build
with:
Expand Down

0 comments on commit 33cbbec

Please sign in to comment.