Skip to content

Commit

Permalink
build.yml: skip downloading of Conan client
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jul 16, 2024
1 parent a02b807 commit c26bfe7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jobs:
with:
version: "17.0"

- name: Install Conan
id: conan
uses: turtlebrowser/get-conan@main

- name: Install CMake
uses: lukka/get-cmake@latest

Expand Down Expand Up @@ -132,10 +128,6 @@ jobs:
with:
version: "17.0"

- name: Install Conan
id: conan
uses: turtlebrowser/get-conan@main

- name: Install CMake
uses: lukka/get-cmake@latest

Expand All @@ -154,10 +146,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Conan
id: conan
uses: turtlebrowser/get-conan@main

- name: Install CMake
uses: lukka/get-cmake@latest

Expand Down

0 comments on commit c26bfe7

Please sign in to comment.