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 0d5f68d commit 1297047Copy full SHA for 1297047
.github/workflows/package.yml
@@ -164,6 +164,7 @@ jobs:
164
uses: battila7/get-version-action@v2
165
- name: Centos-Install dependencies
166
run: |
167
+ yum update
168
yum install -y pkgconfig gcc openssl-devel dbus-glib-devel dbus-python sqlite-devel libffi-devel wget make
169
mkdir tmp && cd tmp
170
wget https://www.python.org/ftp/python/3.9.7/Python-3.9.7.tgz
0 commit comments