Skip to content

Commit

Permalink
fix: PollSet ServiceNotFoundException
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthora committed Jul 1, 2024
1 parent bec167d commit 7681d90
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
mingw-w64-x86_64-cmake
mingw-w64-x86_64-ninja
mingw-w64-x86_64-gcc
mingw-w64-x86_64-libconfig
mingw-w64-x86_64-spdlog
mingw-w64-x86_64-uriparser
mingw-w64-x86_64-poco
mingw-w64-x86_64-qt6-base
- name: checkout
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
mingw-w64-x86_64-cmake
mingw-w64-x86_64-ninja
mingw-w64-x86_64-gcc
mingw-w64-x86_64-libconfig
mingw-w64-x86_64-spdlog
mingw-w64-x86_64-uriparser
mingw-w64-x86_64-poco
mingw-w64-x86_64-qt6-base
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)

project(cake LANGUAGES CXX)

set (CANDY_VERSION "5.9.2")
set (CANDY_VERSION "5.9.3")
set (CAKE_RELEASE "1")

set(CMAKE_AUTOUIC ON)
Expand Down

0 comments on commit 7681d90

Please sign in to comment.