diff options
Diffstat (limited to '.github/workflows/linux-bionic-5.9.yml')
-rw-r--r-- | .github/workflows/linux-bionic-5.9.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/linux-bionic-5.9.yml b/.github/workflows/linux-bionic-5.9.yml index 20681b471..85241b3a2 100644 --- a/.github/workflows/linux-bionic-5.9.yml +++ b/.github/workflows/linux-bionic-5.9.yml @@ -37,9 +37,6 @@ jobs: bash -x subsurface/scripts/build.sh -desktop -build-with-webkit - name: test desktop build - env: - SSRF_USER_EMAIL: ssrftest-u18@hohndel.org - SSRF_USER_PASSWORD: geheim-u18 run: | # and now run the tests - with Qt 5.9 we can only run the desktop flavor echo "------------------------------------" |