Skip to content

Commit e233249

Browse files
committed
exchanged conan install and cache
1 parent 4ebcfe5 commit e233249

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_cmake.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,12 @@ jobs:
302302
steps:
303303
- uses: actions/checkout@v4
304304

305+
- name: Install conan
306+
shell: bash
307+
run: |
308+
python3 -m pip install --upgrade pip setuptools conan
309+
source ~/.profile
310+
305311
- name: Cache
306312
uses: actions/cache@v4
307313
env:
@@ -313,12 +319,6 @@ jobs:
313319
~/.ccache
314320
key: ${{ runner.os }}-${{ matrix.buildtype }}-${{ hashFiles('cmake/Conan.cmake') }}
315321

316-
- name: Install conan
317-
shell: bash
318-
run: |
319-
python3 -m pip install --upgrade pip setuptools conan
320-
source ~/.profile
321-
322322
- name: Install dependencies
323323
run: |
324324
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"

0 commit comments

Comments
 (0)