Skip to content

Commit 6c15925

Browse files
committed
WIP: github action testing
Update to latest download/upload action versions
1 parent d9924a4 commit 6c15925

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/actions/setup-tox/action.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,21 @@ runs:
99
shell: bash
1010
run: |
1111
sudo apt-get update -y -qq
12-
sudo apt-get install -y -qq libegl1-mesa libegl1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev
12+
sudo apt-get install -y -qq libegl1-mesa libegl1-mesa-dev \
13+
libgl1-mesa-glx libgl1-mesa-dev
1314
1415
- name: Install GUI libs
1516
shell: bash
1617
run: |
1718
sudo apt-get install -y -qq libxcb-xinerama0
18-
sudo apt-get install -y -qq libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xfixes0 libxcb-cursor0
19+
sudo apt-get install -y -qq libxkbcommon-x11-0 libxcb-icccm4 \
20+
libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 \
21+
libxcb-xfixes0 libxcb-cursor0
22+
23+
- name: Install Multimedia libs
24+
shell: bash
25+
run: |
26+
sudo apt-get install -y -qq pulseaudio libpulse0 libpulse-dev
1927
2028
# Note: The last python to get setup becomes the default for future python calls
2129
- name: Setup Python 3.7

0 commit comments

Comments
 (0)