Skip to content

Commit 76e55c1

Browse files
committed
fix: correctly apply CTNP_TESTING_COMPAT_SOURCE_LOC in build workflow
1 parent 8fd267f commit 76e55c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
if: ${{ matrix.config.compat_source_loc }}
293293
shell: bash
294294
run: |
295-
echo "CMAKE_BASE_OPTIONS=$(echo ${CMAKE_BASE_OPTIONS} -CTNP_TESTING_COMPAT_SOURCE_LOC=ON)" >> $GITHUB_ENV
295+
echo "CMAKE_BASE_OPTIONS=$(echo ${CMAKE_BASE_OPTIONS} -DCTNP_TESTING_COMPAT_SOURCE_LOC=ON)" >> $GITHUB_ENV
296296
297297
- name: Setup macOS
298298
if: startsWith(matrix.config.os, 'macOS')

0 commit comments

Comments
 (0)