Skip to content

Commit

Permalink
Disable libnabo cache
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm committed Dec 12, 2024
1 parent 41f3b92 commit 84ffc8b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ jobs:
path: ${{ env.BOOST_INSTALL_PATH }}
key: ${{ runner.os }}-boost-cache-${{ env.BOOST_VERSION }}-python-${{ matrix.python_version }}

- name: Cache libnabo
id: cache-libnabo
uses: actions/cache@v3
with:
path: ${{ env.LIBNABO_INSTALL_PATH }}
key: ${{ runner.os }}-libnabo-cache-${{ env.LIBNABO_VERSION }}
# - name: Cache libnabo
# id: cache-libnabo
# uses: actions/cache@v3
# with:
# path: ${{ env.LIBNABO_INSTALL_PATH }}
# key: ${{ runner.os }}-libnabo-cache-${{ env.LIBNABO_VERSION }}

- name: Cache binary vcpkg
if: ${{ runner.os == 'Windows' }}
Expand Down Expand Up @@ -217,7 +217,6 @@ jobs:
if: runner.os == 'Linux'
run: |
cmake \
-DCMAKE_PREFIX_PATH=${{ env.LIBNABO_INSTALL_PATH }} \
-DBOOST_ROOT:PATH=${{ env.BOOST_INSTALL_PATH }} \
-DLIBNABO_INSTALL_DIR=${{ env.LIBNABO_INSTALL_PATH }} \
-DBUILD_PYTHON_MODULE:BOOL=ON \
Expand Down

0 comments on commit 84ffc8b

Please sign in to comment.