Skip to content

Commit

Permalink
fixup! ci: macos 14
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoKramer committed Jan 31, 2025
1 parent a01e494 commit 4893cdd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/native-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ jobs:
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: foo
run: |
echo $GRAALVM_HOME
echo $JAVA_HOME
ls -larhtR $JAVA_HOME
cd $JAVA_HOME
pwd
- name: Install clojure tools
uses: DeLaGuardo/[email protected]
with:
Expand Down

0 comments on commit 4893cdd

Please sign in to comment.