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