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 092572a commit 3faf763Copy full SHA for 3faf763
.github/workflows/nuitka.yml
@@ -29,9 +29,9 @@ jobs:
29
- name: run centos7
30
run: |
31
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
33
yum-config-manager --add-repo http://download.opensuse.org/repositories/home:/kayhayen/CentOS_7/home:kayhayen.repo
- sudo yum -y install swig gcc gcc-c++ kernel-devel nuitka python3
34
- python3 .build/remove_python2.py
+ sudo yum -y install nuitka
35
.build/nuitka.cmd
36
37
0 commit comments