Skip to content

Commit

Permalink
Change conan "latest" package to "git-head"
Browse files Browse the repository at this point in the history
"latest" implies latest version, but it's actually the latest HEAD.
  • Loading branch information
Quincunx271 committed Jan 4, 2021
1 parent 107470e commit 0b9c5b2
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 @@ -34,7 +34,7 @@ jobs:
print('::set-output name=CONAN_CHANNEL::stable')
else:
assert '${{ github.event_name }}' == 'push'
print('::set-output name=CONAN_VERSION::latest')
print('::set-output name=CONAN_VERSION::git-head')
print('::set-output name=CONAN_CHANNEL::testing')
- name: Install Conan Package
Expand Down

0 comments on commit 0b9c5b2

Please sign in to comment.