Skip to content

Commit

Permalink
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 9c0882f commit 069aebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
env:
CONAN_URL: http://18.143.149.228:8081/artifactory/api/conan/conan-non-prod
run: |
conan profile new default --detect
conan profile new default --detect || conan profile show default
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.
Expand Down

0 comments on commit 069aebb

Please sign in to comment.