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 0e9530d commit bb5eb0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
conan remote remove ripple || true
# Do not quote the URL. An empty string will be accepted (with
# a non-fatal warning), but a missing argument will not.
conan remote add ripple ${{ env.CONAN_URL }} --insert 0
conan remote add ripple ${{ env.CONAN_URL }} --index 0
- name: try to authenticate to Ripple Conan remote
id: remote
shell: bash
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
conan profile show --profile default
- name: build dependencies
uses: ./.github/actions/dependencies
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
{% set cc = "${{ matrix.profile.cc }}" %}
{% set cxx = "${{ matrix.profile.cxx }}" %}
EOF
conan profile show --profile default
- name: archive profile
# Create this archive before dependencies are added to the local cache.
run: tar -czf conan.tar -C ~/.conan2 .
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
cat >$(conan config home)/profiles/matrix <<EOF
{% set runtime = "MT${{ matrix.configuration == 'Debug' && 'd' || '' }}" %}
EOF
conan profile show --profile default
- name: build dependencies
uses: ./.github/actions/dependencies
env:
Expand Down

0 comments on commit bb5eb0d

Please sign in to comment.