Skip to content

Commit

Permalink
Update boost version
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Basler committed Jun 2, 2024
1 parent e2ada20 commit f504bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: SimenB/github-actions-cpu-cores@v1
id: cpu-cores

- run: conan install . --options enable_tests=True --build=boost/1.74.0
- run: conan install . --options enable_tests=True --build=missing
- run: cmake --list-presets
- run: cmake --preset conan-release
- run: cmake --build --list-presets
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class CmaesConan(ConanFile):
def build_requirements(self):
if self.options.enable_tests:
self.test_requires("gflags/2.2.2")
self.test_requires("boost/1.74.0")
self.test_requires("boost/1.85.0")

def requirements(self):
self.requires("eigen/3.4.0", transitive_headers=True)
Expand Down

0 comments on commit f504bbb

Please sign in to comment.