1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Stop disabling firewall

This commit is contained in:
Nobuyoshi Nakada 2021-02-05 15:06:15 +09:00
parent b2674c1fd7
commit 52ce583f52
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -13,10 +13,6 @@ jobs:
steps:
- run: mkdir build
working-directory:
- name: Disable Firewall
run: |
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
- name: git config
run: |
git config --global advice.detachedHead 0