This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 17:57:08 -07:00
parent 5737ca7747
commit a8cb0c2470
1 changed files with 2 additions and 4 deletions

View File

@ -4,10 +4,8 @@ jobs:
build: build:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@v2 - name: checkout
with: uses: actions/checkout@v2
fetch-depth: 2
- run: git checkout HEAD
- name: install conan - name: install conan
run: | run: |