mirror of
https://github.com/bunkerity/bunkerized-nginx
synced 2023-12-13 21:30:18 +01:00
ci/cd Fix permission issues (again) with test core linux
This commit is contained in:
parent
d59cf1835d
commit
fdae4549ce
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test-core-linux.yml
vendored
2
.github/workflows/test-core-linux.yml
vendored
|
@ -30,6 +30,8 @@ jobs:
|
|||
wget -O firefox-setup.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64"
|
||||
tar xjf firefox-setup.tar.bz2 -C /opt/
|
||||
sudo ln -s /opt/firefox/firefox /usr/bin/firefox
|
||||
sudo chmod 755 /opt/firefox
|
||||
sudo chmod 755 /opt/firefox/firefox
|
||||
rm -f firefox-setup.tar.bz2
|
||||
- name: Download geckodriver
|
||||
uses: nick-fields/retry@v2
|
||||
|
|
Loading…
Reference in a new issue