Skip to content

Commit c736575

Browse files
committed
conan provider
1 parent e0ce0d0 commit c736575

File tree

3 files changed

+8
-652
lines changed

3 files changed

+8
-652
lines changed

.github/workflows/code_testing.yml

+7
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ jobs:
4949
- name: Install linker
5050
uses: rui314/setup-mold@v1
5151

52+
- name: Get dependency provider
53+
run: |
54+
sudo apt-get install -y wget
55+
56+
wget https://github.com/conan-io/cmake-conan/raw/develop2/conan_provider.cmake -O conan_provider.cmake
57+
58+
5259
- name: Configure conan
5360
run: |
5461
pip3 install conan==2.3.0

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,4 @@ modules.xml
162162
/docu/
163163

164164
test_package/build
165+
conan_provider.cmake

0 commit comments

Comments
 (0)