We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec23d8b commit 019a645Copy full SHA for 019a645
3 files changed
.github/workflows/debian_build.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: install system package
46
run: |
47
apt update -y
48
- apt install gcc g++ make git jq unzip curl -y
+ apt install gcc g++ make git jq unzip curl wget -y
49
50
- name: install xengine library
51
.github/workflows/fedora_build.yml
@@ -51,7 +51,7 @@ jobs:
52
53
dnf update -y
54
- dnf install gcc g++ make git jq unzip -y
+ dnf install gcc g++ make git jq unzip wget -y
55
56
57
.github/workflows/rocky_build.yml
@@ -49,7 +49,7 @@ jobs:
0 commit comments