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
|
||||
run: |
|
||||
cat /etc/os-release
|
||||
sudo dnf update
|
||||
dnf update
|
||||
- name: Install and Package
|
||||
run: |
|
||||
python --version
|
||||
|
|
|
|||
Loading…
Reference in a new issue