Get Conan
ActionsGets the most recent Conan
Works on: Linux, Windows and MacOS
No inputs
The version string from "conan --version"
To install the latest conan version
- name: Install Conan
id: conan
uses: turtlebrowser/get-conan@main
- name: Conan version
run: echo "${{ steps.conan.outputs.version }}"
It is also possible to specify the wanted conan version, by using the with:/version input to the action.
- name: Install Conan
id: conan
uses: turtlebrowser/get-conan@main
with:
version: 1.50.0
- name: Conan version
run: echo "${{ steps.conan.outputs.version }}"
Get Conan is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.