We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3340d08 commit d4e3ec8Copy full SHA for d4e3ec8
1 file changed
.github/workflows/testing.yml
@@ -172,7 +172,7 @@ jobs:
172
- name: Build Windows binaries
173
shell: bash
174
run: | # ASan seems to be broken on Windows, so we disable it.
175
- cmake -S . -B build --preset develop-msvc${{ matrix.bits }} -DFETCHCONTENT_BASE_DIR="$(echo "${{ env.DEPS_ROOT_DIR }}")" -DSANITIZERS=OFF
+ cmake -S . -B build --preset develop-msvc${{ matrix.bits }} -DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}" -DSANITIZERS=OFF
176
cmake --build build
177
- name: Package binaries
178
0 commit comments