Commit 1b3b136 committed May 27, 2024 · 5 / 5
1 parent c736575 commit 1b3b136 Copy full SHA for 1b3b136
File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 49
49
- name : Install linker
50
50
uses : rui314/setup-mold@v1
51
51
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
-
59
52
- name : Configure conan
60
53
run : |
61
54
pip3 install conan==2.3.0
85
78
86
79
- uses : actions/checkout@v3
87
80
81
+ - name : Get dependency provider
82
+ run : |
83
+ sudo apt-get install -y wget
84
+
85
+ wget https://github.com/conan-io/cmake-conan/raw/develop2/conan_provider.cmake -O conan_provider.cmake
86
+
88
87
- name : Configure CMake
89
88
run : cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=On -DBUILD_EXAMPLES=On -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=conan_provider.cmake -G Ninja -B build .
90
89
env :
You can’t perform that action at this time.
0 commit comments