diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 242adb17e5..856682f9e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: '6.8.3' + version: '6.9.3' - name: Clone repository uses: actions/checkout@v6 - run: sudo apt-get -qq update && sudo apt-get install -y libwayland-dev xorg-dev @@ -74,7 +74,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: '6.8.2' + version: '6.9.3' - run: cmake -S . -B build -D UPDATE_DEPS=ON -D BUILD_TESTS=ON -D RUN_ON_GITHUB=ON -D CMAKE_BUILD_TYPE=Debug -G Ninja - run: cmake --build build - run: ctest --output-on-failure --test-dir build --timeout 10 @@ -107,7 +107,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: '6.8.2' + version: '6.9.3' - uses: lukka/get-cmake@latest - name: Configure run: | diff --git a/Vulkan-Headers b/Vulkan-Headers new file mode 160000 index 0000000000..b51f6b865c --- /dev/null +++ b/Vulkan-Headers @@ -0,0 +1 @@ +Subproject commit b51f6b865c18fc5b33990d12f75e8dfd672cede6