You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Get Conan
v1.0
Gets the most recent Conan
Works on: Linux, Windows and MacOS
No inputs
The version string from "conan --version"
- name: Install Conan
id: conan
uses: turtlebrowser/get-conan@main
- name: Conan version
run: echo "${{ steps.conan.outputs.version }}"