Update rust.yml

This commit is contained in:
Flori 2023-04-15 17:42:31 +02:00 committed by GitHub
parent 9baafc0371
commit 2122bf8a1c
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y git python3 build-essential
- name: Clone spacebar server
run: git clone https://github.com/spacebarchat/server.git
- name: Clone spacebarchat-server
run: git clone https://github.com/polyphony-chat/spacebarchat-server.git
- name: Install Node packages
run: npm install
working-directory: ./server