mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 01:54:47 -07:00
remove a few deps
This commit is contained in:
parent
fdb4fcbf3c
commit
21ba7c36d1
1 changed files with 1 additions and 5 deletions
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
|
|
@ -67,12 +67,8 @@ jobs:
|
|||
liblzma-dev \
|
||||
libmariadb-dev-compat \
|
||||
libprotobuf-dev \
|
||||
libqt6multimedia6 \
|
||||
libqt6sql6-mysql \
|
||||
ninja-build \
|
||||
protobuf-compiler \
|
||||
qt6-image-formats-plugins \
|
||||
qt6-l10n-tools \
|
||||
qt6-multimedia-dev \
|
||||
qt6-svg-dev \
|
||||
qt6-tools-dev \
|
||||
|
|
@ -85,7 +81,7 @@ jobs:
|
|||
- name: "[C++] Configure CMake"
|
||||
if: matrix.build-mode == 'manual' && matrix.language == 'cpp'
|
||||
shell: bash
|
||||
run: cmake -B build -S . -G Ninja -DWITH_SERVER=1 -DCMAKE_BUILD_TYPE=Release
|
||||
run: cmake -S . -B build -G Ninja -DWITH_SERVER=1 -DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
- name: "[C++] Build application"
|
||||
if: matrix.build-mode == 'manual' && matrix.language == 'cpp'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue