Correctie workflow: apt & dnf -y
Some checks failed
build / testRockylinux8 (push) Failing after 1m13s
build / testRockylinux9 (push) Successful in 3m49s
build / testFedoraBuilder (push) Successful in 3m57s
build / testUbuntu22 (push) Successful in 3m41s
build / buildAndPublish (push) Has been skipped

This commit is contained in:
2025-01-12 00:18:47 +01:00
parent 45f45ae509
commit 26c093d7d6

View File

@@ -28,7 +28,7 @@ jobs:
/etc/yum.repos.d/*)" /etc/yum.repos.d/*)"
- name: Setup - name: Setup
run: | run: |
dnf install git nodejs \ dnf install -y git nodejs \
python36 python38 python39 python3.11 python3.12 \ python36 python38 python39 python3.11 python3.12 \
python3.11-pip python3.12-pip python3.11-pip python3.12-pip
pip-3 install tox pip-3 install tox
@@ -53,7 +53,7 @@ jobs:
/etc/yum.repos.d/*)" /etc/yum.repos.d/*)"
- name: Setup - name: Setup
run: | run: |
dnf install git nodejs \ dnf install -y git nodejs \
python39 python3.11 python3.12 \ python39 python3.11 python3.12 \
python3-pip python3.11-pip python3.12-pip python3-pip python3.11-pip python3.12-pip
pip-3 install tox pip-3 install tox
@@ -67,7 +67,7 @@ jobs:
- name: Setup - name: Setup
run: | run: |
apt update apt update
apt install git nodejs python3 python3-pip tox apt install -y git nodejs python3 python3-pip tox
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Test - name: Test