VNC=n not needed as it's off by default anyway

This commit is contained in:
Jasmine Iwanek
2022-12-29 22:01:33 -05:00
parent 4e0f10969f
commit eb26c1658d
2 changed files with 0 additions and 2 deletions

View File

@@ -79,7 +79,6 @@ jobs:
DEBUG=${{ matrix.build.debug }}
NEW_DYNAREC=${{ matrix.dynarec.new }}
X64=${{ matrix.environment.x64 }}
VNC=n
working-directory: ./src
- uses: actions/upload-artifact@v3
with:

View File

@@ -100,7 +100,6 @@ jobs:
-D CMAKE_INSTALL_PREFIX=./build/artifacts
-D QT=${{ matrix.ui.qt }}
-D STATIC_BUILD=${{ matrix.ui.static }}
-D VNC=n
- name: Build
run: cmake --build build
- name: Generate package