From 48d7ae9e1184578e43969dff2ea1f4cb37ef6cc8 Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Mon, 8 Jun 2020 20:27:51 +0200 Subject: [PATCH] ci: clean file --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90c6e4d8..52b9845e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,6 @@ jobs: call "%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64 mkdir build pushd build - set PKG_CONFIG_PATH=%CONDA_PREFIX%\Library\share\pkgconfig cmake ^ -G "NMake Makefiles" ^ -DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^ @@ -40,5 +39,4 @@ jobs: -DPYTHON_EXECUTABLE=%CONDA_PREFIX%\python.exe ^ .. cmake --build . --config Release --target install - dir unittest ctest --output-on-failure -C Release -V -- GitLab