Skip to content

Commit

Permalink
ci: try to make git work in github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Jarry <[email protected]>
  • Loading branch information
rjarry committed Mar 21, 2024
1 parent 508132f commit 6a41f65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
container: fedora:latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
dnf install -y \
make gcc ninja-build meson clang-tools-extra git gcovr scdoc \
Expand All @@ -27,3 +29,4 @@ jobs:
- run: make
- run: make coverage
- run: make lint
- run: git log --oneline --decorate -10

0 comments on commit 6a41f65

Please sign in to comment.