Skip to content

Commit

Permalink
chore(ci) prevent dnsmasq from being auto-started on install
Browse files Browse the repository at this point in the history
  • Loading branch information
casimiro committed Nov 8, 2024
1 parent 741b22a commit d04cb7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup-httpbin-server/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ runs:
if: ${{ contains(inputs.os, 'ubuntu') }}
shell: bash
run: |
# brute-forcing Ubuntu to not start dnsmasq on install
echo "exit 101" | sudo tee /usr/sbin/policy-rc.d
sudo chmod +x /usr/sbin/policy-rc.d
sudo apt-get update
sudo apt-get install -y dnsmasq
- name: 'Setup deps - macOS'
Expand Down

0 comments on commit d04cb7f

Please sign in to comment.