Skip to content

Commit

Permalink
Fix indirect variable expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Jul 17, 2023
1 parent 6fd170a commit aed2274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Create local.properties
run: |
for version in 8 11 17; do
echo chaquopy.java.home.$version=${!JAVA_HOME_${version}_X64}
java_home_var=JAVA_HOME_${version}_X64
echo chaquopy.java.home.$version=${!java_home_var}
done > product/local.properties
- name: Build
Expand Down

0 comments on commit aed2274

Please sign in to comment.