Disable package manager for Ubuntu build

Disable package manager for macOS
This commit is contained in:
Rasmus Karlsson 2021-02-21 16:33:25 +01:00
parent 57f53a6b37
commit 865bab323f

View file

@ -147,7 +147,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=appdir/usr/ -DCMAKE_BUILD_TYPE=Release -DUSE_PACKAGE_MANAGER=ON ..
cmake -DCMAKE_INSTALL_PREFIX=appdir/usr/ -DCMAKE_BUILD_TYPE=Release ..
make -j8
shell: bash
@ -186,7 +186,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DUSE_PACKAGE_MANAGER=ON ..
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j8
shell: bash