Skip to content

Commit 22f0025

Browse files
authored
Merge pull request #19 from mike919192/mike919192-patch-1
Replace install conan with apt and pip commands
2 parents a3bdcdb + f08fc47 commit 22f0025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-single-platform.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
find ./ -type f \( -iname \*.h -o -iname \*.cpp \) | xargs clang-format --dry-run -Werror
3737
3838
- name: Install Conan
39-
id: conan
40-
uses: turtlebrowser/get-conan@main
39+
run: |
40+
sudo pip install conan
4141
4242
- name: Create profile
4343
run: conan profile detect --force

0 commit comments

Comments
 (0)