Skip to content

Commit

Permalink
add sudo to line 31 of main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmarkow committed Sep 28, 2023
1 parent c7f9a2e commit 0f61778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Espanso
run: brew install espanso
- name: Stop any running Espanso processes.
run: killall espanso
run: sudo killall espanso
- name: Start Espanso
run: espanso service start --unmanaged
- name: Log Espanso State (for debugging)
Expand Down

0 comments on commit 0f61778

Please sign in to comment.