1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

vbs: sudo apt update -y for WSL

This commit is contained in:
老刘 2024-08-10 12:52:13 +08:00 committed by Joel Martin
parent 2a4a97e2e4
commit 5e51ea4b02

View File

@ -144,6 +144,7 @@ jobs:
- name: Install requirements for WSL
shell: wsl-bash {0}
run: |
sudo apt update -y
sudo apt install make -y
sudo apt install python2 -y
sudo ln -s /usr/bin/python2 /usr/bin/python