Skip to content

Commit

Permalink
Set revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
GaeaKat committed Jul 24, 2022
1 parent 004abe5 commit 7d99db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: conan profile update settings.compiler.version=10 default
- 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 user -p ${{ secrets.CONAN_USER_KEY }} -r proofofwork github
export CURRENT_VERSION=`git rev-parse --short HEAD`
Expand Down

0 comments on commit 7d99db8

Please sign in to comment.