Skip to content

Commit 564742b

Browse files
committed
github actions: Rearrange Installation of dependencies
1 parent 08b6475 commit 564742b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-check_aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
steps:
2020
- name: Install tools and Libraries
2121
run: |
22-
dnf groupinstall 'Development Tools' -y
2322
dnf install --enablerepo=crb bc dwarves kernel-devel openssl-devel elfutils-libelf-devel -y
23+
dnf groupinstall 'Development Tools' -y
2424
- name: Checkout code
2525
uses: actions/checkout@v4
2626
with:

0 commit comments

Comments
 (0)