fix ubuntu build

This commit is contained in:
Nova 2025-02-24 14:38:03 +03:30
parent 3b08227a59
commit ea8496577b

View File

@ -138,14 +138,14 @@ jobs:
./script/deploy_windows64.sh
- name: Linux - Generate MakeFile and Build
shell: bash
if: matrix.platform == 'ubuntu-latest'
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt update && sudo apt upgrade -y
mkdir build
pushd build
cd build
cmake -GNinja -DQT_VERSION_MAJOR=6 -DCMAKE_BUILD_TYPE=Release ..
ninja
popd
cd ..
./script/deploy_linux64.sh
- name: macOS - Generate MakeFile and Build
shell: bash