mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove zlib install for now
This commit is contained in:
parent
d5168d9e10
commit
b1d7cfd708
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test_build.yml
vendored
3
.github/workflows/test_build.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8]
|
||||
python-version: [3.7]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
@ -46,7 +46,6 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install Venv
|
||||
run: |
|
||||
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