File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -285,10 +285,7 @@ jobs:
285285 run : |
286286 export MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion)
287287 export SDKROOT="$(xcrun --sdk macosx --show-sdk-path)"
288- uname -m
289- /usr/libexec/java_home -V
290- echo "Java home: $JAVA_HOME"
291- ls -la $JAVA_HOME
288+ export JAVA_HOME="$JAVA_HOME/Contents/Home"
292289 ./scripts/build-swift-functional --buildGluecodium
293290 working-directory : functional-tests
294291 - name : Removing build folder
@@ -299,6 +296,7 @@ jobs:
299296 run : |
300297 export MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion)
301298 export SDKROOT="$(xcrun --sdk macosx --show-sdk-path)"
299+ export JAVA_HOME="$JAVA_HOME/Contents/Home"
302300 ./scripts/build-swift-namerules --publish
303301 working-directory : functional-tests
304302 - name : Build examples
You can’t perform that action at this time.
0 commit comments