We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b6475 commit 51181c3Copy full SHA for 51181c3
.github/workflows/build-check_aarch64.yml
@@ -19,8 +19,10 @@ jobs:
19
steps:
20
- name: Install tools and Libraries
21
run: |
22
- dnf groupinstall 'Development Tools' -y
+ dnf update -y
23
+ dnf config-manager --enable devel
24
dnf install --enablerepo=crb bc dwarves kernel-devel openssl-devel elfutils-libelf-devel -y
25
+ dnf groupinstall 'Development Tools' -y
26
- name: Checkout code
27
uses: actions/checkout@v4
28
with:
0 commit comments