We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c1b53 commit 5737ca7Copy full SHA for 5737ca7
.github/workflows/build-win-10.yml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v2
8
with:
9
fetch-depth: 2
10
- - run: git checkout HEAD^
+ - run: git checkout HEAD
11
12
- name: install conan
13
run: |
0 commit comments