Skip to content

Commit

Permalink
Add dependencies to RPM version check job in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerklinger committed Nov 2, 2024
1 parent 8bde2be commit cb09a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install required packages
run: dnf makecache && dnf install -y make rpm-build python python-pip
run: dnf makecache && dnf install -y make rpm-build python python-pip python3-devel gcc systemd-devel
- name: Install Poetry
run: pip install poetry
- name: Create virtual environment
Expand Down

0 comments on commit cb09a3f

Please sign in to comment.