Skip to content

Commit

Permalink
ci: add missing deps for rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
june-fish committed Feb 14, 2024
1 parent 372faa8 commit 6165cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Toolchain
run: |
dnf5 up -y
dnf5 install -y make gcc ccache flex bison elfutils-devel xz bc tar openssl-devel rpmbuild git
dnf5 install -y make gcc ccache flex bison elfutils-devel xz bc tar openssl-devel rpmbuild git dwarves openssl perl python3 rsync
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 6165cef

Please sign in to comment.