From fdae4549cef9d90418a5fe67b97f3c4e166fa7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Tue, 19 Sep 2023 11:39:33 +0200 Subject: [PATCH] ci/cd Fix permission issues (again) with test core linux --- .github/workflows/test-core-linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-core-linux.yml b/.github/workflows/test-core-linux.yml index 0337181b6..75d3abc92 100644 --- a/.github/workflows/test-core-linux.yml +++ b/.github/workflows/test-core-linux.yml @@ -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