Skip to content

Commit 769a195

Browse files
committed
fixup! Build dependencies
1 parent 0d23bb3 commit 769a195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
conan remote disable conancenter
2828
conan remote add swift https://artifactory.swift-project.org/artifactory/api/conan/conan
2929
conan remote login swift "$ARTIFACTORY_USER" --password "$ARTIFACTORY_TOKEN"
30-
conan remote add swift_upload conan remote add conan-local https://artifactory.swift-project.org/artifactory/api/conan/conan-local
30+
conan remote add swift_upload https://artifactory.swift-project.org/artifactory/api/conan/conan-local
3131
conan remote login swift_upload "$ARTIFACTORY_USER" --password "$ARTIFACTORY_TOKEN"
3232
- name: Build libraries and upload
3333
run: |

0 commit comments

Comments
 (0)