From 5737ca7747e0b037c6cd28c6ead4c550db2c4871 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 6 Jun 2021 17:55:33 -0700 Subject: [PATCH] Checkout the head. --- .github/workflows/build-win-10.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-win-10.yml b/.github/workflows/build-win-10.yml index 29890e6..da41567 100644 --- a/.github/workflows/build-win-10.yml +++ b/.github/workflows/build-win-10.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 2 - - run: git checkout HEAD^ + - run: git checkout HEAD - name: install conan run: |