GH actions: reattach HEAD (workaround for an issue with the checkout action)

This commit is contained in:
Michele Caini
2019-09-25 10:13:13 +02:00
parent 480f70d7e2
commit 7c45423969

View File

@@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Reattach HEAD
run: git checkout "$(echo ${{ github.ref }} | sed -E 's|refs/[a-zA-Z]+/||')"
- name: Compile tests
working-directory: build
env: