diff --git a/.gitea/workflows/build-git.yaml b/.gitea/workflows/build-git.yaml index 263697e..d06c971 100644 --- a/.gitea/workflows/build-git.yaml +++ b/.gitea/workflows/build-git.yaml @@ -15,9 +15,7 @@ jobs: uses: jurplel/install-qt-action@v3 with: version: '6.9.3' - - uses: actions/checkout@v3 # Actually check out the sources. GH Actions can run for events that may not require - # sources (e.g. when someone comments on an issue) - + - uses: actions/checkout@v3 # Here we call CMake manually, there are solutions for that in the Marketplace: https://github.com/marketplace/actions/run-cmake - name: Build # We don't need to set up the environment variable for CMake to see Qt because the install-qt-action