Update azure-pipelines.yml
parent
2de24de948
commit
876715dd2a
|
@ -5,7 +5,7 @@ jobs:
|
||||||
displayName: "V Linux Build"
|
displayName: "V Linux Build"
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
apt install libglfw3 libglfw3-dev libfreetype6-dev libcurl3-dev
|
sudo apt install libglfw3 libglfw3-dev libfreetype6-dev libcurl3-dev
|
||||||
displayName: 'Install Dependencies'
|
displayName: 'Install Dependencies'
|
||||||
- script: |
|
- script: |
|
||||||
cd compiler && make
|
cd compiler && make
|
||||||
|
|
Loading…
Reference in New Issue