Skip to content

Commit

Permalink
Add Temporary Step to fix build on windows (actions#285)
Browse files Browse the repository at this point in the history
* Add Temporary Step to fix build on windows

* Update workflow
  • Loading branch information
thboop authored Jan 16, 2020
1 parent 53d6327 commit 1484c3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1484c3f

Please sign in to comment.