Skip to content

Commit 61403be

Browse files
author
Alexandre Lissy
committed
fix macOS tests
1 parent 1df3ca7 commit 61403be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/enterprise.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,9 +475,9 @@ jobs:
475475
id: attach
476476
run: |
477477
MOUNT_DIR=$(hdiutil attach ./obj-aarch64-apple-darwin/dist/firefox-144.0a1.en-US.mac.dmg | grep "/Volumes" | sed -e "s/.*\/Volumes/\/Volumes/g")
478-
ls -hal ${MOUNT_DIR}/Firefox.app/Contents/MacOS/firefox
479-
echo "mount_dir=${MOUNT_DIR}" >> "$GITHUB_OUTPUT"
480-
RUNTIME_PATH=$(find ${MOUNT_DIR} -type f -name "firefox")
478+
ls -hal "${MOUNT_DIR}"/Firefox.app/Contents/MacOS/firefox
479+
echo "mount_dir='${MOUNT_DIR}'" >> "$GITHUB_OUTPUT"
480+
RUNTIME_PATH=$(find "${MOUNT_DIR}" -type f -name "firefox")
481481
echo "runtime_path=$RUNTIME_PATH" >> "$GITHUB_OUTPUT"
482482
483483
- name: "install python"

0 commit comments

Comments
 (0)