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 <rjarry@redhat.com>
  • Loading branch information
rjarry committed Mar 21, 2024
1 parent 508132f commit 138c867
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
runs-on: ubuntu-latest
container: fedora:latest
steps:
- uses: actions/checkout@v4
- run: |
dnf install -y \
make gcc ninja-build meson clang-tools-extra git gcovr scdoc \
Expand All @@ -24,6 +23,10 @@ jobs:
libevent-devel \
numactl-devel \
python3-pyelftools
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: make
- run: make coverage
- run: make lint
- run: git log --oneline --decorate -10

0 comments on commit 138c867

Please sign in to comment.