Skip to content

Commit b07b9a5

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-check_aarch64.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
steps:
2020
- name: Install tools and Libraries
2121
run: |
22-
dnf groupinstall 'Development Tools' -y
22+
dnf update -y
2323
dnf install --enablerepo=crb bc dwarves kernel-devel openssl-devel elfutils-libelf-devel -y
24+
dnf groupinstall 'Development Tools' -y
2425
- name: Checkout code
2526
uses: actions/checkout@v4
2627
with:

0 commit comments

Comments
 (0)