Skip to content

Commit

Permalink
Revert "fixup! [FOLD] Run on self-hosted runner"
Browse files Browse the repository at this point in the history
This reverts commit 069aebb.
  • Loading branch information
ximinez committed Sep 14, 2023
1 parent 77a8f2c commit de2df5d
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 show default
conan profile new default --detect
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 de2df5d

Please sign in to comment.