Skip to content

Commit

Permalink
MacOS: Fixup sudo (thanks @tresf)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Oct 2, 2024
1 parent d8c13fc commit 4250248
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
name: macos-${{ matrix.config.arch }}
- name: Mount the DMG
run: |
mkdir -p /Volumes/lmms
hdiutil attach lmms-*.dmg -mountpoint /Volumes/lmms
cp -R "/Volumes/lmms/LMMS.app" /tmp/
mkdir -p ~/tmpvolume
hdiutil attach lmms-*.dmg -mountpoint ~/tmpvolume
cp -R "~/tmpvolume/LMMS.app" /tmp/
- name: Display help
run: |
/tmp/LMMS.app/Contents/MacOS/lmms --help | grep "Usage: lmms"
Expand Down

0 comments on commit 4250248

Please sign in to comment.