1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-01-08 03:13:15 +02:00

Changed Lab installation

This commit is contained in:
Tim Voronov 2023-03-02 12:47:28 -05:00
parent 9b7a9a2704
commit 2884e023ba

View File

@ -59,7 +59,7 @@ jobs:
- name: Set up Lab
run: |
curl https://raw.githubusercontent.com/MontFerret/lab/master/install.sh -o install.sh
sudo sh install.sh
sh install.sh
- name: Get dependencies
run: make install