From 393e8848bf6df4df77d476c92c5d5ee0a570cb44 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Thu, 23 Feb 2023 22:36:42 -0800 Subject: [PATCH] curl --- .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 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