From 7c0fb5bdfb657b971e490b3a3c3ec5474e4a74fe Mon Sep 17 00:00:00 2001 From: Bukowa Date: Sat, 29 Jun 2024 13:58:57 +0200 Subject: [PATCH] warning: this commit will be force pushed --- .github/workflows/main.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b7ab003..1419801 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -59,6 +59,12 @@ jobs: run: | . <(just prerequisites) + - name: Install Prerequisites + if: ${{ inputs.os == 'macos-latest' }} + shell: "bash" + run: | + brew install --quiet webkitgtk + - name: Linux - Run UI E2E tests if: ${{ inputs.os == 'ubuntu-latest' }} shell: "bash"