Skip to content

Commit

Permalink
Add qt6-base and pugixml dependencies for Debian and RPM (#16)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nbolton authored Jan 14, 2025
1 parent dcd9a30 commit c6ee8d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion odin

0 comments on commit c6ee8d3

Please sign in to comment.