From ee1fe1418de3ac12c9574fa17beb187d2d8d82d1 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 22 Feb 2023 22:52:04 -0800 Subject: [PATCH] no sudo --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c569ebca..3cc75621 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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