From 1f821d58ccbcb2a9cac8ef0de31db0f446f6f393 Mon Sep 17 00:00:00 2001 From: Ghost Fox Date: Wed, 15 Oct 2025 00:18:26 +0200 Subject: [PATCH] Update .gitea/workflows/build-git.yaml --- .gitea/workflows/build-git.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build-git.yaml b/.gitea/workflows/build-git.yaml index d06c971..b49fb32 100644 --- a/.gitea/workflows/build-git.yaml +++ b/.gitea/workflows/build-git.yaml @@ -15,8 +15,7 @@ jobs: uses: jurplel/install-qt-action@v3 with: version: '6.9.3' - - uses: actions/checkout@v3 - # Here we call CMake manually, there are solutions for that in the Marketplace: https://github.com/marketplace/actions/run-cmake + - uses: https://github.com/actions/checkout@v3 - name: Build # We don't need to set up the environment variable for CMake to see Qt because the install-qt-action # sets up the necessary variables automatically