From 2728aafdf48e58be477ff1d44b174b3bb4826668 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sun, 21 Feb 2021 14:05:08 +0100 Subject: [PATCH] Test without conan again --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c64fccaf0..4418e43cd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -78,7 +78,7 @@ jobs: - name: Build (Ubuntu) if: startsWith(matrix.os, 'ubuntu') run: | - cmake -DUSE_PACKAGE_MANAGER=ON -DBUILD_TESTS=ON -DBUILD_APP=OFF .. + cmake -DBUILD_TESTS=ON -DBUILD_APP=OFF .. make -j working-directory: build-test shell: bash @@ -88,6 +88,3 @@ jobs: run: ./bin/chatterino-test --platform minimal working-directory: build-test shell: bash - - - name: Clean conan pkgs - run: cmake -P cmake/pmm.cmake /Conan /Clean \ No newline at end of file