Skip to content

Commit

Permalink
fix missing env variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
phronmophobic committed Jul 7, 2024
1 parent 8bd8b72 commit afd838b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mobiletest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:

- name: Download Static JDK
run: |
export GRAALVM_HOME="$HOME/graalvm-svm-java17-darwin-gluon-22.1.0.1-Final/Contents/Home"
scripts/download-deps
- name: Build macOS native image
Expand Down

0 comments on commit afd838b

Please sign in to comment.