Skip to content

Commit

Permalink
ci debug: need sudo?
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Mar 15, 2024
1 parent ba83a6d commit b5ef30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Dump Safari preferences
if: ${{ matrix.os == 'macos' }}
run: defaults read ~/Library/Containers/com.apple.Safari/Data/Library/Preferences/com.apple.Safari
run: sudo defaults read ~/Library/Containers/com.apple.Safari/Data/Library/Preferences/com.apple.Safari

- name: Install Ubuntu X11 Utils
if: ${{ matrix.os == 'ubuntu' }}
Expand Down

0 comments on commit b5ef30d

Please sign in to comment.