Fix mistake in github action

This commit is contained in:
2024-06-08 12:28:23 +02:00
parent 378fbd51ef
commit 2f55b27691

View File

@@ -26,9 +26,8 @@ jobs:
run: | run: |
wget https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.3.1%2Bcpu.zip wget https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.3.1%2Bcpu.zip
unzip libtorch-cxx11-abi-shared-with-deps-2.3.1+cpu.zip unzip libtorch-cxx11-abi-shared-with-deps-2.3.1+cpu.zip
mv libtorch /usr/local export LIBTORCH=`pwd`/libtorch
export LIBTORCH=/usr/local/libtorch export Torch_DIR=`pwd`/libtorch
export Torch_DIR=/usr/local/libtorch
- name: Tests & build-wrapper - name: Tests & build-wrapper
run: | run: |
cmake -S . -B build -Wno-dev cmake -S . -B build -Wno-dev