Skip to content

Commit 3faf763

Browse files
authored
yum
1 parent 092572a commit 3faf763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuitka.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- name: run centos7
3030
run: |
3131
docker run -itd -v "$(pwd)":/tmp/DDNS --name centos7Instance --net="host" docker.io/centos:7 /bin/bash
32+
sudo yum -y install yum-utils swig gcc gcc-c++ kernel-devel
3233
yum-config-manager --add-repo http://download.opensuse.org/repositories/home:/kayhayen/CentOS_7/home:kayhayen.repo
33-
sudo yum -y install swig gcc gcc-c++ kernel-devel nuitka python3
34-
python3 .build/remove_python2.py
34+
sudo yum -y install nuitka
3535
.build/nuitka.cmd
3636
3737

0 commit comments

Comments
 (0)