Skip to content

Commit 9d39908

Browse files
committed
ci(new): fix main build file
Signed-off-by: kaeeraa <kaeeraa@nebula-nook.ru>
1 parent f37f991 commit 9d39908

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: Debug
1010
is_qt_cached:
1111
description: Enable Qt caching or not
12-
type: string
12+
type: boolean
1313
default: true
1414
secrets:
1515
SPARKLE_ED25519_KEY:
@@ -48,17 +48,7 @@ on:
4848

4949
jobs:
5050
build:
51-
runs-on: ${{ matrix.os }}
52-
53-
env:
54-
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }}
55-
INSTALL_DIR: "install"
56-
INSTALL_PORTABLE_DIR: "install-portable"
57-
INSTALL_APPIMAGE_DIR: "install-appdir"
58-
BUILD_DIR: "build"
59-
CCACHE_VAR: ""
60-
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
61-
51+
runs-on: ubuntu-22.04
6252
steps:
6353
##
6454
# PREPARE

0 commit comments

Comments
 (0)