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 47b6db8 commit da31fa6Copy full SHA for da31fa6
.github/workflows/rockybuild.yml
@@ -53,6 +53,8 @@ jobs:
53
54
- name: install system package
55
run: |
56
+ dnf clean all
57
+ dnf makecache
58
dnf update -y
59
dnf install gcc g++ make git jq unzip wget -y
60
0 commit comments