From c797ddb3b5f5f501da21c68eae051649261fefd3 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Thu, 23 Feb 2023 22:24:39 -0800 Subject: [PATCH] updates! --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f9b24638..1262e974 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -124,7 +124,8 @@ jobs: # Set an output parameter `uname` for use in subsequent steps run: | - apt-get install software-properties-common + apt-get update -y + apt-get install -y software-properties-common add-apt-repository ppa:deadsnakes/ppa apt-get update -y apt-get install -y python3.10