Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Dec 11, 2024
1 parent bb5eb0d commit 6b73e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/conan/profiles/default
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tools.build:cxxflags+=["-DBOOST_ASIO_HAS_STD_INVOKE_RESULT"]
tools.build:cxxflags+=["-DBOOST_ASIO_DISABLE_CONCEPTS"]

{% if platform.system() == "Linux" %}
tools.build:compiler_executables='{"c": "{{ matrix.cc }}", "cpp": "{{ matrix.cxx }}"}'
tools.build:compiler_executables={"c": "{{ matrix.cc }}", "cpp": "{{ matrix.cxx }}"}
{% endif %}

[options]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
run : |
conan config install .github/conan/
conan profile detect --name detected || true
touch $(conan config home)/profiles/matrix
conan profile show --profile default
- name: build dependencies
uses: ./.github/actions/dependencies
Expand Down

0 comments on commit 6b73e6a

Please sign in to comment.