Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/actions/add_conan_provider/action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: 'get conan dependency provider'
description: "installs conan_provider.cmake"
inputs:
commit-hash:
description: "commit hash of the commit to pull the conan_provider.cmake file from"
default: "b0e4d1ec08edb35ef31033938567d621f6643c17"
required: false
runs:
using: "composite"
steps:
- name: Get dependency provider
shell: bash
run: |
sudo apt-get install -y wget

wget https://github.com/conan-io/cmake-conan/raw/develop2/conan_provider.cmake -O conan_provider.cmake
curl -L https://raw.githubusercontent.com/conan-io/cmake-conan/${{ inputs.commit-hash }}/conan_provider.cmake -o conan_provider.cmake