Skip to content

Commit

Permalink
Fix for building for System V.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Sep 29, 2022
1 parent 1783b60 commit 16a150a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check_ap2_systemv_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
sudo make install
- name: Invoke
run: |
sudo service shairport-sync start
sudo /etc/init.d/shairport-sync start
sleep 2
- name: Terminate
run: |
sudo service shairport-sync stop
sudo /etc/init.d/shairport-sync stop

0 comments on commit 16a150a

Please sign in to comment.