Skip to content

Commit

Permalink
install git
Browse files Browse the repository at this point in the history
  • Loading branch information
slyon committed Dec 12, 2024
1 parent 4645150 commit 11d3ce8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rpmbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
container:
image: ${{ matrix.container }}
steps:
- name: Install git
run: dnf -y install git
- uses: actions/checkout@v2
- name: Build & Test
run: |
Expand Down

0 comments on commit 11d3ce8

Please sign in to comment.