Skip to content

Commit

Permalink
[win-64] Add constraint on fmt (#3400)
Browse files Browse the repository at this point in the history
Add constraint on fmt (until next release)
  • Loading branch information
Hind-M authored Aug 12, 2024
1 parent d17ebc5 commit 83fdeae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,15 @@ jobs:
with:
environment-name: mambabuild
init-shell: bash cmd.exe
# Constraint on fmt is due to an issue with 11.0.2 (to be fixed in next version)
# cf. https://github.com/fmtlib/fmt/issues/4091
create-args: >-
cli11>=2.2,<3
cpp-expected
nlohmann_json
simdjson-static>=3.3.0
spdlog
fmt
fmt<=11.0.1
yaml-cpp-static>=0.8.0
libsolv-static>=0.7.24
reproc-cpp-static>=14.2.4.post0
Expand Down

0 comments on commit 83fdeae

Please sign in to comment.