From fba5cd3aab386a7cbc496870fea6bad6eb014736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 25 May 2023 09:55:49 +0200 Subject: [PATCH] Poke at github actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b9cbf59..d8568791 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,14 +11,14 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 with: submodules: 'recursive' - name: "Install Dependencies" run: | sudo apt update - sudo apt install libgl1-mesa-dev qt6-base-dev + sudo apt install libgl1-mesa-dev qt6-base-dev libqt6core5compat6-dev - name: "Configure" run: |