From 72a531cbfc945d8a25097d9013e1c6d5a9846816 Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Sat, 14 Oct 2023 01:28:26 +0300 Subject: [PATCH] update workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ede5338..fd8d104 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,6 +112,7 @@ jobs: install: | apt-get update apt-get install -y ca-certificates curl gnupg git software-properties-common + run: | mkdir -p /etc/apt/keyrings sudo add-apt-repository ppa:deadsnakes/ppa -y sudo apt install Python3.10 @@ -122,7 +123,6 @@ jobs: apt-get install -y nodejs npm install -g yarn curl -sSL https://install.python-poetry.org | python3 - - run: | git clone https://github.com/swing-opensource/swingmusic-client.git --depth 1 cd swingmusic-client yarn install