Skip to content

Commit

Permalink
add to /private/etc/hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Aug 28, 2024
1 parent 14d0f83 commit 61531db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,12 @@ runs:
shell: bash
if: runner.os == 'macOS'
run: |
ls -al /private/etc/
cat /private/etc/hosts
sudo echo '' >> /private/etc/hosts
suod echo '130.88.193.57 spinnaker.cs.man.ac.uk" >> /private/etc/hosts
dscacheutil -flushcache
cat /private/etc/hosts
#networksetup -listnetworkserviceorder
#networksetup -setdnsservers Ethernet "8.8.4.4"
#scutil --dns
Expand Down

0 comments on commit 61531db

Please sign in to comment.