summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-04 08:33:04 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-04 09:09:51 +0900
commit923e02a6a193747f7268325b45d8b83673a851d7 (patch)
tree861df9b455dc50488901e83a0df20fcdb98c7d43 /.github/workflows/windows.yml
parentf6acbf76796e1b0ea4198ab0cb86ededa86a73ad (diff)
No one reads the detached head advice
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index fbb944353e..c4626180f4 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -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