Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
update remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Jul 21, 2022
1 parent 385b844 commit adec3b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo pip3 install conan
- name: Configure Conan
run: conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
run: conan remote add ais https://ais.jfrog.io/artifactory/api/conan/ais-conan-local --force

- name: Run conan
run: conan install . -s build_type=${{ matrix.build_type }} -s compiler.libcxx=libstdc++11 --install-folder=build -b missing
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
pip3 install conan
- name: Configure Conan
run: conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
run: conan remote add ais https://ais.jfrog.io/artifactory/api/conan/ais-conan-local --force

- name: Run conan
run: conan install . -s build_type=${{ matrix.build_type }} --install-folder=build -b missing
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Configure Conan
run: |
conan remote add ais https://ais.jfrog.io/artifactory/api/conan/ais-conan --force
conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
- name: Conan create
run: |
REFNAME="${GITHUB_REF#refs/*/}"
Expand Down Expand Up @@ -65,7 +64,6 @@ jobs:
- name: Configure Conan
run: |
conan remote add ais https://ais.jfrog.io/artifactory/api/conan/ais-conan --force
conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
- name: Conan create
shell: bash
run: |
Expand Down

0 comments on commit adec3b0

Please sign in to comment.