mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
fix ubuntu build
This commit is contained in:
parent
3b08227a59
commit
ea8496577b
6
.github/workflows/build-qv2ray-cmake.yml
vendored
6
.github/workflows/build-qv2ray-cmake.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user