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

Updated build script

This commit is contained in:
Tim Voronov 2023-03-28 12:44:12 -04:00
parent 99e256eaf2
commit cd87c468fe

View File

@ -59,7 +59,8 @@ jobs:
- name: Set up Lab
run: |
curl https://raw.githubusercontent.com/MontFerret/lab/master/install.sh -o install.sh
LOCATION=$PWD sh install.sh
chmod +x install.sh
LOCATION=$PWD install.sh
- name: Get dependencies
run: make install