Skip to content

Commit 138c867

Browse files
committed
ci: try to make git work in github actions
Signed-off-by: Robin Jarry <[email protected]>
1 parent 508132f commit 138c867

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
runs-on: ubuntu-latest
1515
container: fedora:latest
1616
steps:
17-
- uses: actions/checkout@v4
1817
- run: |
1918
dnf install -y \
2019
make gcc ninja-build meson clang-tools-extra git gcovr scdoc \
@@ -24,6 +23,10 @@ jobs:
2423
libevent-devel \
2524
numactl-devel \
2625
python3-pyelftools
26+
- uses: actions/checkout@v4
27+
with:
28+
fetch-depth: 0
2729
- run: make
2830
- run: make coverage
2931
- run: make lint
32+
- run: git log --oneline --decorate -10

0 commit comments

Comments
 (0)