Skip to content

Commit

Permalink
fixup! fixup! [FOLD] Run on self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Jul 7, 2023
1 parent 069aebb commit ab26e5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
conan profile update settings.compiler.runtime=MT${{ matrix.configuration == 'Debug' && 'd' || '' }} default
# 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 }} --insert 0 || \
conan remote list
- name: try to authenticate to ripple Conan remote
shell: bash
id: remote
Expand Down

0 comments on commit ab26e5c

Please sign in to comment.