We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec51efd commit c0c9fbcCopy full SHA for c0c9fbc
.github/workflows/ci_cd.yml
@@ -53,6 +53,7 @@ jobs:
53
python-version: ${{ matrix.python-version }}
54
55
- name: Install OS packages
56
+ if: matrix.os == 'ubuntu-latest'
57
run: |
58
sudo apt update
59
sudo apt install libegl1
0 commit comments