mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 03:05:35 +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: |
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user