diff options
author | AtlasLinden <114031241+AtlasLinden@users.noreply.github.com> | 2025-07-09 14:38:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-09 14:38:36 -0700 |
commit | 8fe51b3c9a210b57a210e1178ae594bd5e848bc0 (patch) | |
tree | f5ad60574a028f7cc79e9f1e10ba3a1a5e7c41c8 | |
parent | c8f6eb045dba0b104afbf8bc4b01b4abd1db6b42 (diff) |
Adjusting dmg mount point
Permission issues yet again. Adjusting this back
-rw-r--r-- | .github/workflows/qatest.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/qatest.yaml b/.github/workflows/qatest.yaml index c5889a4eb3..87e8bed1fc 100644 --- a/.github/workflows/qatest.yaml +++ b/.github/workflows/qatest.yaml @@ -493,7 +493,7 @@ jobs: run: | # Mac installation echo "Mounting DMG installer..." - MOUNT_POINT="/Volumes/SecondLifeMount" + MOUNT_POINT="/tmp/secondlife-dmg" mkdir -p "$MOUNT_POINT" # Mount the DMG |