update workflow

This commit is contained in:
mungai-njoroge 2023-10-13 00:48:35 +03:00
parent 18dd67b5e7
commit d3395d79fa

View File

@ -43,12 +43,10 @@ jobs:
- name: Build client
run: |
git clone https://github.com/swing-opensource/swingmusic-client.git
- name: Install client dependencies
- name: Build client
run: |
cd swingmusic-client
yarn install
- name: Build client
run: |
yarn build --outDir ../client
cd ..
- name: Install Python 3.10.11