mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 19:25:34 +00:00
update workflow
This commit is contained in:
parent
bf8906a4a0
commit
72a531cbfc
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -112,6 +112,7 @@ jobs:
|
|||||||
install: |
|
install: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y ca-certificates curl gnupg git software-properties-common
|
apt-get install -y ca-certificates curl gnupg git software-properties-common
|
||||||
|
run: |
|
||||||
mkdir -p /etc/apt/keyrings
|
mkdir -p /etc/apt/keyrings
|
||||||
sudo add-apt-repository ppa:deadsnakes/ppa -y
|
sudo add-apt-repository ppa:deadsnakes/ppa -y
|
||||||
sudo apt install Python3.10
|
sudo apt install Python3.10
|
||||||
@ -122,7 +123,6 @@ jobs:
|
|||||||
apt-get install -y nodejs
|
apt-get install -y nodejs
|
||||||
npm install -g yarn
|
npm install -g yarn
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
run: |
|
|
||||||
git clone https://github.com/swing-opensource/swingmusic-client.git --depth 1
|
git clone https://github.com/swing-opensource/swingmusic-client.git --depth 1
|
||||||
cd swingmusic-client
|
cd swingmusic-client
|
||||||
yarn install
|
yarn install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user