Skip to content

Commit

Permalink
chore: Further buld fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joda01 committed Oct 11, 2024
1 parent c91d08e commit c15d397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ jobs:
cd java
cp ${GITHUB_WORKSPACE}/resources/java/bioformats.jar .
cp ${GITHUB_WORKSPACE}/resources/java/BioFormatsWrapper.class .
cp -r ${GITHUB_WORKSPACE}/resources/java/jre_macos_arm.zip .
mkdir -p jre_macos_arm
cd jre_macos_arm
cp -r ${GITHUB_WORKSPACE}/resources/java/jre_macos_arm.zip .
unzip jre_macos_arm.zip
rm -rf jre_macos_arm.zip
Expand Down

0 comments on commit c15d397

Please sign in to comment.