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

No one reads the detached head advice

This commit is contained in:
Nobuyoshi Nakada 2020-06-04 08:33:04 +09:00
parent f6acbf7679
commit 923e02a6a1
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
5 changed files with 13 additions and 0 deletions

View file

@ -15,6 +15,9 @@ jobs:
run: |
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
- name: git config
run: |
git config --global advice.detachedHead 0
- uses: actions/checkout@v2
with:
path: src

View file

@ -28,6 +28,7 @@ jobs:
run: |
git config --system core.autocrlf false
git config --system core.eol lf
git config --system advice.detachedHead 0
- uses: actions/checkout@v2
with:
path: src

View file

@ -19,6 +19,9 @@ jobs:
set -x
sudo apt-get update -q || :
sudo apt-get install --no-install-recommends -q -y build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm-dev bison autoconf ruby
- name: git config
run: |
git config --global advice.detachedHead 0
- uses: actions/checkout@v2
with:
path: src

View file

@ -33,6 +33,9 @@ jobs:
set -x
sudo apt-get update -q || :
sudo apt-get install --no-install-recommends -q -y build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm-dev bison autoconf ruby
- name: git config
run: |
git config --global advice.detachedHead 0
- uses: actions/checkout@v2
with:
path: src

View file

@ -33,6 +33,9 @@ jobs:
- name: Install libraries with chocolatey
run: |
choco install --no-progress openssl winflexbison3
- name: git config
run: |
git config --system advice.detachedHead 0
- uses: actions/checkout@v2
with:
path: src