Skip to content

Commit

Permalink
Merge pull request #19 from mike919192/mike919192-patch-1
Browse files Browse the repository at this point in the history
Replace install conan with apt and pip commands
  • Loading branch information
mike919192 authored May 11, 2024
2 parents a3bdcdb + f08fc47 commit 22f0025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
find ./ -type f \( -iname \*.h -o -iname \*.cpp \) | xargs clang-format --dry-run -Werror
- name: Install Conan
id: conan
uses: turtlebrowser/get-conan@main
run: |
sudo pip install conan
- name: Create profile
run: conan profile detect --force
Expand Down

0 comments on commit 22f0025

Please sign in to comment.