We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2430777 commit 10a1492Copy full SHA for 10a1492
2 files changed
.github/actions/install-firefox/action.yml
@@ -9,9 +9,9 @@ runs:
9
tar -C ~ -xf ~/ff.tar.bz2
10
shell: bash
11
12
- - name: Add audio dependencies
+ - name: Add dependencies
13
run: |
14
sudo apt-get update -y
15
- sudo apt-get install -q -y pulseaudio
+ sudo apt-get install -q -y pulseaudio libgtk-3-bin
16
pulseaudio --start
17
.github/workflows/build-and-test-linux.yml
@@ -829,10 +829,8 @@ jobs:
829
- name: Checkout repo
830
uses: actions/checkout@v6.0.2
831
832
- - name: Setup Python
833
- uses: actions/setup-python@v6.2.0
834
- with:
835
- python-version: '3.10'
+ - name: Install Basic Packages
+ uses: ./.github/actions/install-basic-packages
836
837
- name: Pip install
838
run: python -m pip install -r requirements-dev.txt
0 commit comments