diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9c7a24de..d08a3c3c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -125,7 +125,7 @@ jobs: # Set an output parameter `uname` for use in subsequent steps run: | apt-get update -y - apt-get install -y software-properties-common + apt-get install -y software-properties-common curl add-apt-repository -y ppa:deadsnakes/ppa apt-get update -y apt-get install -y python3.10