Skip to content

Commit

Permalink
Merge pull request #63 from KatrinaAS/master
Browse files Browse the repository at this point in the history
Changed URL
  • Loading branch information
DanielKrawisz authored Jul 27, 2022
2 parents ea84684 + 71ef8b2 commit 2c08760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: setup conan
run: |
conan config set general.revisions_enabled=True
conan remote add proofofwork https://conan.katcodes.tech/artifactory/api/conan/proof-of-work-main
conan remote add proofofwork https://conan.pow.co/artifactory/api/conan/conan
conan user -p ${{ secrets.CONAN_USER_KEY }} -r proofofwork github
export CURRENT_VERSION=`git rev-parse --short HEAD`
conan install . -r proofofwork
Expand Down

0 comments on commit 2c08760

Please sign in to comment.