Skip to content

Commit b31a45b

Browse files
committed
Build: Sync CMake submodule
1 parent 45f28f7 commit b31a45b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-run.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: |
2929
cmake -S . -B build -G Ninja \
3030
-D CMAKE_BUILD_TYPE=Release \
31-
-D TOOLS_ENABLE_FORMATTING=OFF \
32-
-D TOOLS_ENABLE_TAGS=OFF
31+
-D TACHYON_TOOLS_ENABLE_FORMATTING=OFF \
32+
-D TACHYON_TOOLS_ENABLE_TAGS=OFF
3333
3434
- name: "Build"
3535
working-directory: ${{ github.workspace }}/build

cmake

Submodule cmake updated from f231a63 to bd9e702

0 commit comments

Comments
 (0)