diff --git a/.github/workflows/tests-e2e-linux.yml b/.github/workflows/tests-e2e-linux.yml index 5a9a9093..f612a822 100644 --- a/.github/workflows/tests-e2e-linux.yml +++ b/.github/workflows/tests-e2e-linux.yml @@ -41,7 +41,7 @@ jobs: - name: Start Xvfb run: | # apt-get update -y && apt-get install -y xvfb net-tools - apt-get update -y && apt-get install -y xvfb net-tools libsecret-1-dev + sudo apt-get update -y && sudo apt-get install -y xvfb net-tools libsecret-1-dev Xvfb :99 -screen 0 1920x1080x24 & - name: Setup tmate session