Skip to content

Commit 10a1492

Browse files
committed
install more basics
1 parent 2430777 commit 10a1492

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/actions/install-firefox/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ runs:
99
tar -C ~ -xf ~/ff.tar.bz2
1010
shell: bash
1111

12-
- name: Add audio dependencies
12+
- name: Add dependencies
1313
run: |
1414
sudo apt-get update -y
15-
sudo apt-get install -q -y pulseaudio
15+
sudo apt-get install -q -y pulseaudio libgtk-3-bin
1616
pulseaudio --start
1717
shell: bash

.github/workflows/build-and-test-linux.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -829,10 +829,8 @@ jobs:
829829
- name: Checkout repo
830830
uses: actions/checkout@v6.0.2
831831

832-
- name: Setup Python
833-
uses: actions/setup-python@v6.2.0
834-
with:
835-
python-version: '3.10'
832+
- name: Install Basic Packages
833+
uses: ./.github/actions/install-basic-packages
836834

837835
- name: Pip install
838836
run: python -m pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)