Skip to content

Commit f2e7e9e

Browse files
first commit
1 parent 37ad6ef commit f2e7e9e

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
@@ -15,7 +15,7 @@ jobs:
1515
- name: cmake
1616
shell: bash
1717
run: |
18-
cmake -DCMAKE_BUILD_TYPE=Debug -G Ninja -S . -B .
18+
cmake -DCMAKE_BUILD_TYPE=Debug -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -G Ninja -S . -B .
1919
- name: build
2020
shell: bash
2121
run: |

0 commit comments

Comments
 (0)