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 78bbf35
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 @@ -48,4 +48,4 @@ jobs:
run: cmake -S . -B build

- name: Build dnf5
run: cmake --build build
run: cmake --build build -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache

0 comments on commit 78bbf35

Please sign in to comment.