Skip to content

Commit 5e635af

Browse files
mcb5637liss-h
andauthored
fix dependency provider on macos (#51)
Co-authored-by: Liss Heidrich <[email protected]>
1 parent 868bddd commit 5e635af

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: 'get conan dependency provider'
22
description: "installs conan_provider.cmake"
3+
inputs:
4+
commit-hash:
5+
description: "commit hash of the commit to pull the conan_provider.cmake file from"
6+
default: "b0e4d1ec08edb35ef31033938567d621f6643c17"
7+
required: false
38
runs:
49
using: "composite"
510
steps:
611
- name: Get dependency provider
712
shell: bash
813
run: |
9-
sudo apt-get install -y wget
10-
11-
wget https://github.com/conan-io/cmake-conan/raw/develop2/conan_provider.cmake -O conan_provider.cmake
14+
curl -L https://raw.githubusercontent.com/conan-io/cmake-conan/${{ inputs.commit-hash }}/conan_provider.cmake -o conan_provider.cmake

0 commit comments

Comments
 (0)