install gtk for firefox
Some checks failed
Build and Deploy / build (push) Failing after 17s

This commit is contained in:
Joakim Repomaa
2026-02-19 14:46:22 +02:00
parent add22ca684
commit 6c596125ab

View File

@@ -14,6 +14,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Install firefox runtime dependencies
run: sudo apt-get update && sudo apt-get install -y libgtk-3-0
- name: Setup Firefox
uses: browser-actions/setup-firefox@v1