From 41ea758ccc70128daf39fb4139dde8c40fdba72b Mon Sep 17 00:00:00 2001 From: Yasha Bubnov Date: Thu, 18 Apr 2024 15:59:53 +0200 Subject: [PATCH] Do not install libtorch-dev library (it is a Torch7 library). --- .github/workflows/cmake.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yaml b/.github/workflows/cmake.yaml index a6ffdd5..46e2f9b 100644 --- a/.github/workflows/cmake.yaml +++ b/.github/workflows/cmake.yaml @@ -19,7 +19,7 @@ jobs: run: | apt-get update apt-get install -y libunwind-dev --no-install-recommends - apt-get install -y libboost-test-dev libfmt-dev libtorch-dev --no-install-recommends + apt-get install -y libboost-test-dev libfmt-dev --no-install-recommends - name: Configure CMake run: cmake -B ${{github.workspace}}/build