VNC=n not needed as it's off by default anyway
This commit is contained in:
1
.github/workflows/c-cpp.yml
vendored
1
.github/workflows/c-cpp.yml
vendored
@@ -79,7 +79,6 @@ jobs:
|
|||||||
DEBUG=${{ matrix.build.debug }}
|
DEBUG=${{ matrix.build.debug }}
|
||||||
NEW_DYNAREC=${{ matrix.dynarec.new }}
|
NEW_DYNAREC=${{ matrix.dynarec.new }}
|
||||||
X64=${{ matrix.environment.x64 }}
|
X64=${{ matrix.environment.x64 }}
|
||||||
VNC=n
|
|
||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
1
.github/workflows/cmake.yml
vendored
1
.github/workflows/cmake.yml
vendored
@@ -100,7 +100,6 @@ jobs:
|
|||||||
-D CMAKE_INSTALL_PREFIX=./build/artifacts
|
-D CMAKE_INSTALL_PREFIX=./build/artifacts
|
||||||
-D QT=${{ matrix.ui.qt }}
|
-D QT=${{ matrix.ui.qt }}
|
||||||
-D STATIC_BUILD=${{ matrix.ui.static }}
|
-D STATIC_BUILD=${{ matrix.ui.static }}
|
||||||
-D VNC=n
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build
|
run: cmake --build build
|
||||||
- name: Generate package
|
- name: Generate package
|
||||||
|
Reference in New Issue
Block a user