From c6ee8d32ed2d99602788c88ac5a8242091dff741 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Tue, 14 Jan 2025 13:41:02 +0000 Subject: [PATCH] Add qt6-base and pugixml dependencies for Debian and RPM (#16) * Update subproject commit reference * Update subproject commit reference * Update subproject commit reference * Update subproject commit reference * Update subproject commit reference * Disable CLI11 and toml++ for CI * Add missing \ to CI config * Split options for readability * Update subproject commit reference * Update subproject commit reference * Update subproject commit reference * Update subproject commit reference * Update subproject commit reference * Update subproject commit reference * Update subproject commit reference * Update subproject commit reference --- .github/workflows/ci.yml | 6 +++++- odin | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aafe4f1f..8326de2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -278,7 +278,11 @@ jobs: uses: ./.github/actions/get-version - name: Configure - run: cmake -B build --preset=linux-release ${{ matrix.distro.extra-cmake-args }} + run: | + cmake -B build \ + --preset=linux-release ${{ matrix.distro.extra-cmake-args }} \ + -DUSE_TOMLPLUSPLUS=OFF \ + -DUSE_CLI11=OFF - name: Build run: cmake --build build -j8 diff --git a/odin b/odin index 1b2afad5..9969e1ae 160000 --- a/odin +++ b/odin @@ -1 +1 @@ -Subproject commit 1b2afad58d78e652c1635666cfbd1773c098f624 +Subproject commit 9969e1ae42734c0885c1b104702e05dfcaf700d7