Skip to content

Commit

Permalink
update ccache intructions
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Sep 7, 2023
1 parent 2beca58 commit 02be899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
ln -s /usr/bin/ccache /usr/local/bin/c++
- name: Configure cmake
run: cmake -S . -B build
run: cmake -S . -B build -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache

- name: Build dnf5
run: cmake --build build

0 comments on commit 02be899

Please sign in to comment.