mirror of
https://github.com/falk-werner/webfused
synced 2026-03-02 04:09:19 +00:00
fix: use sudo when installing dependencies
This commit is contained in:
@@ -38,7 +38,7 @@ env:
|
||||
before_install:
|
||||
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:/usr/local/lib/x86_64-linux-gnu
|
||||
- sudo pip3 install --system meson
|
||||
- bash <(curl -s https://raw.githubusercontent.com/falk-werner/install_deps/main/install_deps.sh)
|
||||
- bash <(curl -s https://raw.githubusercontent.com/falk-werner/install_deps/main/install_deps.sh) -s
|
||||
|
||||
before_script:
|
||||
- meson -Dbuildtype=$BUILD_TYPE -Db_coverage=$COVERAGE build
|
||||
|
||||
Reference in New Issue
Block a user