Checkout repo.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 17:54:15 -07:00
parent 36c249748d
commit 14c1b53f56
1 changed files with 6 additions and 2 deletions

View File

@ -4,6 +4,10 @@ jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- run: git checkout HEAD^
- name: install conan
run: |
@ -59,12 +63,12 @@ jobs:
- name: Conan install
run: |
cd .. && conan install . -i build -s build_type=Release -s compiler="Visual Studio" --build fmt --build boost_system --build boost_filesystem --build libiconv --build=libxml2 --build=zlib
conan install . -i build -s build_type=Release -s compiler="Visual Studio" --build fmt --build boost_system --build boost_filesystem --build libiconv --build=libxml2 --build=zlib
shell: cmd
- name: Conan build
run: |
cd .. && conan build -bf build .
conan build -bf build .
shell: cmd
- name: Move build