Update workflow

This commit is contained in:
MrLetsplay 2025-03-04 20:21:54 +01:00
parent c964c11d2b
commit 695860d8cd
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg

View File

@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies
run: "apt update && apt install -y yarn && npm install -g yarn"
run: "apt update && apt install -y npm && npm install -g yarn"
- name: Run script
run: "echo 'hello world'"