Skip to content

Commit

Permalink
update info step
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Sep 7, 2023
1 parent 02be899 commit 802cca4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ jobs:
with:
fetch-depth: 0

- name: where am I?
run: pwd; ls -l

- name: Install dependencies
run: |
dnf install -y ccache && dnf builddep -y ./dnf5.spec
dnf install -y ccache which && dnf builddep -y ./dnf5.spec
- name: Prepare ccache timestamp
id: ccache_cache_timestamp
Expand All @@ -44,6 +41,9 @@ jobs:
ln -s /usr/bin/ccache /usr/local/bin/cc
ln -s /usr/bin/ccache /usr/local/bin/c++
- name: is ccache used?
run: which gcc; ls -l /usr/local/bin/{gcc,g++,cc+,c++}

- name: Configure cmake
run: cmake -S . -B build -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache

Expand Down

0 comments on commit 802cca4

Please sign in to comment.