Skip to content

Commit

Permalink
workflows: windows: Add quotes for $PWD
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Mar 27, 2024
1 parent ab1369c commit 905ed71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-windows-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@ jobs:

- name: Build unit-test for Fluent Bit packages (only for x86 and x64)
run: |
ctest --build-run-dir $PWD --output-on-failure
ctest --build-run-dir "$PWD" --output-on-failure
shell: pwsh
working-directory: build

0 comments on commit 905ed71

Please sign in to comment.