Maybeeeeee
This commit is contained in:
@@ -10,7 +10,12 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
with:
|
||||||
|
submodules: 'recursive'
|
||||||
|
- name: Run vcpkg
|
||||||
|
uses: lukka/run-vcpkg@v11
|
||||||
|
with:
|
||||||
|
vcpkgDirectory: '${{ gitea.workspace }}/vcpkg'
|
||||||
- name: Build
|
- name: Build
|
||||||
# We don't need to set up the environment variable for CMake to see Qt because the install-qt-action
|
# 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
|
# sets up the necessary variables automatically
|
||||||
|
|||||||
Reference in New Issue
Block a user