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 c3403c2Copy full SHA for c3403c2
.github/workflows/build-check_aarch64.yml
@@ -19,8 +19,12 @@ jobs:
19
steps:
20
- name: Install tools and Libraries
21
run: |
22
- dnf groupinstall 'Development Tools' -y
+ dnf update -y
23
+ dnf install -y dnf-plugins-core
24
+ dnf install 'dnf-command(config-manager)' -y
25
+ dnf config-manager --set-enabled crb
26
dnf install --enablerepo=crb bc dwarves kernel-devel openssl-devel elfutils-libelf-devel -y
27
+ dnf groupinstall 'Development Tools' -y
28
- name: Checkout code
29
uses: actions/checkout@v4
30
with:
0 commit comments