From e56dc3db2f92f5f37b020562f2a669207d9ebe23 Mon Sep 17 00:00:00 2001 From: David Coeurjolly Date: Mon, 10 Jun 2024 21:29:41 +0200 Subject: [PATCH] checking github actions (again) --- .github/workflows/pythonBindings-Pypi.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonBindings-Pypi.yml b/.github/workflows/pythonBindings-Pypi.yml index 4ad1a6ed34..f4eeade3dd 100644 --- a/.github/workflows/pythonBindings-Pypi.yml +++ b/.github/workflows/pythonBindings-Pypi.yml @@ -57,12 +57,11 @@ jobs: if: matrix.os == 'windows-latest' run: | conan profile detect --force - conan install $GITHUB_WORKSPACE --build=missing - uses: actions/cache@v3 if: matrix.os == 'windows-latest' with: - path: ~/.conan + path: ~/.conan2 key: ${{ runner.os }}-conan2-${{ matrix.BUILD_TYPE }} - name: Install python dependencies @@ -89,6 +88,13 @@ jobs: sed -i '' "1s/.*/VERSION = '${{ github.ref_name }}'/" dgtalVersion.py cat dgtalVersion.py + - name: Deps on Windows + if: matrix.os == 'windows-latest' + shell: bash + working-directory: ${{runner.workspace}}/build + run: | + conan install $GITHUB_WORKSPACE --build=missing + - name: Setting build informations (Windows) if: matrix.os == 'windows-latest' shell: bash