Skip to content

Commit 27cb35a

Browse files
committed
DO NOT MERGE -- TEST COMMIT 7
Signed-off-by: Patryk Wrobel <183546751+pwrobeldev@users.noreply.github.com>
1 parent a244c21 commit 27cb35a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/functional-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)