mirror of
https://github.com/MontFerret/ferret.git
synced 2025-01-24 03:49:29 +02:00
Updated build script
This commit is contained in:
parent
99e256eaf2
commit
cd87c468fe
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -59,7 +59,8 @@ jobs:
|
|||||||
- name: Set up Lab
|
- name: Set up Lab
|
||||||
run: |
|
run: |
|
||||||
curl https://raw.githubusercontent.com/MontFerret/lab/master/install.sh -o install.sh
|
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
|
- name: Get dependencies
|
||||||
run: make install
|
run: make install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user