Skip to content

Commit

Permalink
checking github actions (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed Jun 10, 2024
1 parent 90912d1 commit e56dc3d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/pythonBindings-Pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e56dc3d

Please sign in to comment.