Add Temporary Step to fix build on windows (#285)

* Add Temporary Step to fix build on windows

* Update workflow
This commit is contained in:
Thomas Boop
2020-01-16 14:19:54 -05:00
committed by GitHub
parent 53d632706d
commit 1484c3fb03

View File

@@ -43,6 +43,14 @@ jobs:
steps:
- uses: actions/checkout@v1
# Set Path workaround for https://github.com/actions/virtual-environments/issues/263
- run: |
echo "::add-path::C:\Program Files\Git\mingw64\bin"
echo "::add-path::C:\Program Files\Git\usr\bin"
echo "::add-path::C:\Program Files\Git\bin"
if: matrix.os == 'windows-latest'
name: "Temp step to Set Path for Windows"
# Build runner layout
- name: Build & Layout Release
run: |