Skip to content

Commit 12be46a

Browse files
committed
GHA: install libraries on Ubuntu 22.04 LTS.
1 parent 058076c commit 12be46a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
setup-python: 'false'
5454
- name: Install packages (Linux only)
5555
if: ${{ runner.os == 'Linux' }}
56-
run: sudo apt install libglu1-mesa
56+
run: sudo apt install libffi7 libgl1-mesa-dev libglu1-mesa libtinfo5
5757
- name: Install buildcache
5858
uses: cscouto/buildcache-action@v1
5959
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
setup-python: 'false'
5353
- name: Install packages (Linux only)
5454
if: ${{ runner.os == 'Linux' }}
55-
run: sudo apt install libglu1-mesa
55+
run: sudo apt install libffi7 libgl1-mesa-dev libglu1-mesa libtinfo5
5656
- name: Install buildcache
5757
uses: cscouto/buildcache-action@v1
5858
with:

0 commit comments

Comments
 (0)