build(conan): 👷 update version and dependencies (#5776)

This commit is contained in:
nerix
2025-01-11 12:09:12 +01:00
committed by GitHub
parent 2f2fc36791
commit 3ec9b93684
4 changed files with 19 additions and 10 deletions
+1 -3
View File
@@ -19,9 +19,7 @@ env:
C2_ENABLE_LTO: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/bugfix-release/') || startsWith(github.ref, 'refs/heads/release/') }}
CHATTERINO_REQUIRE_CLEAN_GIT: On
C2_BUILD_WITH_QT6: Off
# Last known good conan version
# 2.0.3 has a bug on Windows (conan-io/conan#13606)
CONAN_VERSION: 2.0.2
CONAN_VERSION: 2.11.0
jobs:
build-ubuntu-docker:
+1 -3
View File
@@ -10,9 +10,7 @@ env:
TWITCH_PUBSUB_SERVER_TAG: v1.0.7
HTTPBOX_TAG: v0.2.1
QT_QPA_PLATFORM: minimal
# Last known good conan version
# 2.0.3 has a bug on Windows (conan-io/conan#13606)
CONAN_VERSION: 2.0.2
CONAN_VERSION: 2.11.0
concurrency:
group: test-windows-${{ github.ref }}