Maybeeeeee
Build CI / Build (ubuntu-latest) (push) Failing after 6m13s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
2026-05-02 10:58:06 -07:00
parent 419fd14fc6
commit cecd0ed867
+6 -1
View File
@@ -10,7 +10,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
with:
submodules: 'recursive'
- name: Run vcpkg
uses: lukka/run-vcpkg@v11
with:
vcpkgDirectory: '${{ gitea.workspace }}/vcpkg'
- 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