Skip to content

Commit 351a9c6

Browse files
committed
We need wget for the download.
1 parent 1a7103a commit 351a9c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-c-ext-sanity-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ jobs:
119119
container:
120120
image: rockylinux/rockylinux:9
121121
steps:
122-
- name: Set up tar, git, findutils, make and python3 with dnf and make the latter default
122+
- name: Set up wget, tar, git, findutils, make and python3 with dnf and make the latter default
123123
run: |
124-
dnf install -y tar git findutils make python3 python3-pip python-unversioned-command
124+
dnf install -y wget tar git findutils make python3 python3-pip python-unversioned-command
125125
- name: Install dependencies
126126
# NOTE: manually download and install splint which is not included in rocky repos
127127
run: |

0 commit comments

Comments
 (0)