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 289d23b commit 391d976Copy full SHA for 391d976
.github/workflows/rocky_build.yml
@@ -60,6 +60,8 @@ jobs:
60
61
- name: install system package
62
run: |
63
+ dnf clean all
64
+ dnf makecache
65
dnf update -y
66
dnf install gcc g++ make git jq unzip wget -y
67
0 commit comments