Skip to content

Commit d4e3ec8

Browse files
committed
Test
1 parent 3340d08 commit d4e3ec8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- name: Build Windows binaries
173173
shell: bash
174174
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
175+
cmake -S . -B build --preset develop-msvc${{ matrix.bits }} -DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}" -DSANITIZERS=OFF
176176
cmake --build build
177177
- name: Package binaries
178178
shell: bash

0 commit comments

Comments
 (0)