Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-10-01 17:01:59 +01:00
parent af226c09a0
commit 8dc0db48f2

View File

@ -25,6 +25,8 @@ jobs:
echo ::set-env name=workspace::$GITHUB_WORKSPACE
echo ${{ github.workspace }}
echo ${{ github.workspace }}/../unittest-cpp
pwd
- name: Checkout UnitTest++
uses: actions/checkout@v2