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 058076c commit 12be46aCopy full SHA for 12be46a
.github/workflows/cd.yml
@@ -53,7 +53,7 @@ jobs:
53
setup-python: 'false'
54
- name: Install packages (Linux only)
55
if: ${{ runner.os == 'Linux' }}
56
- run: sudo apt install libglu1-mesa
+ run: sudo apt install libffi7 libgl1-mesa-dev libglu1-mesa libtinfo5
57
- name: Install buildcache
58
uses: cscouto/buildcache-action@v1
59
with:
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
0 commit comments