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 0820355
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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
- name: Am I using ccache?
run: ls -l /usr/local/bin/{c++,cc,g++,gcc}

- name: Prepare ccache timestamp
id: ccache_cache_timestamp
shell: cmake -P {0}
Expand Down

0 comments on commit 0820355

Please sign in to comment.