Skip to content

Commit

Permalink
e Try fixing windows builds, which failed due to backslashes in ${{ g…
Browse files Browse the repository at this point in the history
…ithub.workspace }}

This is due to the windows build now being run github's bash shell
  • Loading branch information
claremacrae committed Dec 26, 2020
1 parent 6fb1c5e commit da57130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:

name: Windows ${{ matrix.job-name }}
env:
BUILD_PATH: ${{ github.workspace }}/build_space
BUILD_PATH: build_space
steps:
- uses: actions/checkout@master

Expand Down

0 comments on commit da57130

Please sign in to comment.