diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index f5a653d..b68c191 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,7 +13,7 @@ jobs: - name: Install Conan uses: turtlebrowser/get-conan@main with: - version: 2.8.1 + version: 2.25.2 - name: Configure conan run: conan profile detect - name: Install deps @@ -29,7 +29,6 @@ jobs: name: ubuntu path: build/Li_ri-*.sh mac: - if: ${{ false }} # disable until libmodplug works with recent cmake version runs-on: macos-14 steps: - uses: actions/checkout@v6.0.1 @@ -39,7 +38,7 @@ jobs: - name: Get Conan uses: turtlebrowser/get-conan@main with: - version: 2.8.1 + version: 2.25.2 - name: Configure conan run: conan profile detect - name: Install deps @@ -63,7 +62,7 @@ jobs: - name: Install Conan uses: turtlebrowser/get-conan@main with: - version: 2.8.1 + version: 2.25.2 - name: Configure conan run: conan profile detect diff --git a/conanfile.py b/conanfile.py index 8d3d7cf..9a3ade6 100644 --- a/conanfile.py +++ b/conanfile.py @@ -3,7 +3,8 @@ class LiRi(ConanFile): settings = "os", "compiler", "build_type", "arch" - requires = "sdl/[~2.28.5]", "sdl_mixer/[~2.8.0]", "openssl/1.1.1w" + requires = "sdl/2.32.10", "sdl_mixer/2.8.1", "openssl/1.1.1w" + tool_requires = "cmake/4.2.1" def layout(self): cmake_layout(self)