Skip to content

Commit

Permalink
Try escaping slash in directory path.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtarditi committed Nov 26, 2023
1 parent c6a2eef commit 93a55bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-clang-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ on:
options: ['No','Yes']

env:
builddir: "${{github.workspace}}\b\build"
builddir: "${{github.workspace}}\\b\\build"
BUILDCONFIGURATION: "Release"
BUILD_BINARIESDIRECTORY: "${{github.workspace}}\b"
BUILD_BINARIESDIRECTORY: "${{github.workspace}}\\b"
BUILD_SOURCESDIRECTORY: "${{github.workspace}}"
TEST_TARGET_ARCH: ${{ github.event.inputs.Architecture}}
RUN_LOCAL: "no"
Expand Down

0 comments on commit 93a55bd

Please sign in to comment.