1
0
Fork 0
mirror of synced 2024-06-27 18:40:50 +12:00
This commit is contained in:
Rafał Mikrut 2023-11-23 12:00:49 +01:00
parent 329b3bd033
commit d4dfd28790

View file

@ -20,7 +20,7 @@ jobs:
- name: Install dependencies(mostly sd)
run: |
apt update || true;apt install -y mingw-w64 mingw-w64-x86-64-dev
sudo apt update || true;sudo apt install -y mingw-w64 mingw-w64-x86-64-dev
wget https://github.com/chmln/sd/releases/download/v1.0.0/sd-v1.0.0-x86_64-unknown-linux-gnu.tar.gz -O a.tar.gz
tar -xzf a.tar.gz
cp sd-v1.0.0-x86_64-unknown-linux-gnu/sd .