Skip to content

Commit

Permalink
Changed URL
Browse files Browse the repository at this point in the history
  • Loading branch information
GaeaKat committed Jul 26, 2022
1 parent 6ad355f commit 71ef8b2
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 71ef8b2

Please sign in to comment.