diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index a5f3354..d0a30e3 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -61,7 +61,8 @@ jobs: run: | if command -v apt-get >/dev/null 2>&1; then apt-get update - apt-get install -y python3 python3-pip python3-venv patchelf ccache + apt-get install -y python3 python3-pip python3-venv python3.11-venv patchelf ccache || true + apt-get install -y patchelf ccache elif command -v dnf >/dev/null 2>&1; then dnf install -y python3 python3-pip python3-devel patchelf ccache fi