mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd Fix Firefox installation for test core linux
This commit is contained in:
parent
a0516f773f
commit
1dd1caeea4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-core-linux.yml
vendored
1
.github/workflows/test-core-linux.yml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
cache: "pip"
|
||||
- name: Install Firefox and dependencies
|
||||
run: |
|
||||
sudo snap remove firefox
|
||||
sudo add-apt-repository -y ppa:mozillateam/ppa
|
||||
echo '
|
||||
Package: *
|
||||
|
|
|
|||
Loading…
Reference in a new issue