mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
run install as sudo
This commit is contained in:
parent
e1a37dcd6a
commit
d5168d9e10
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test_build.yml
vendored
2
.github/workflows/test_build.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install Venv
|
||||
run: |
|
||||
apt-get install -y --no-install-recommends zlib
|
||||
sudo apt-get install -y --no-install-recommends zlib
|
||||
./tools/create_env.sh
|
||||
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue