mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Disable package manager for Ubuntu build
Disable package manager for macOS
This commit is contained in:
parent
57f53a6b37
commit
865bab323f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue