We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebcfe5 commit e233249Copy full SHA for e233249
1 file changed
.github/workflows/build_cmake.yml
@@ -302,6 +302,12 @@ jobs:
302
steps:
303
- uses: actions/checkout@v4
304
305
+ - name: Install conan
306
+ shell: bash
307
+ run: |
308
+ python3 -m pip install --upgrade pip setuptools conan
309
+ source ~/.profile
310
+
311
- name: Cache
312
uses: actions/cache@v4
313
env:
@@ -313,12 +319,6 @@ jobs:
319
~/.ccache
314
320
key: ${{ runner.os }}-${{ matrix.buildtype }}-${{ hashFiles('cmake/Conan.cmake') }}
315
321
316
- - name: Install conan
317
- shell: bash
318
- run: |
- python3 -m pip install --upgrade pip setuptools conan
- source ~/.profile
-
322
- name: Install dependencies
323
run: |
324
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
0 commit comments