no sudo
This commit is contained in:
parent
c84df16aa2
commit
ee1fe1418d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -67,7 +67,7 @@ jobs:
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
run: |
|
run: |
|
||||||
cat /etc/os-release
|
cat /etc/os-release
|
||||||
sudo dnf update
|
dnf update
|
||||||
- name: Install and Package
|
- name: Install and Package
|
||||||
run: |
|
run: |
|
||||||
python --version
|
python --version
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue