We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a837e commit 2ef45b8Copy full SHA for 2ef45b8
.github/workflows/ci.yml
@@ -19,8 +19,6 @@ jobs:
19
- minimal
20
21
22
-
23
24
steps:
25
- name: Checkout
26
uses: actions/checkout@v2
@@ -37,9 +35,6 @@ jobs:
37
35
KERNEL_ONLY=no \
38
36
BUILD_MINIMAL=${{ matrix.TYPE == 'minimal' && 'yes' || 'no' }} \
39
BUILD_DESKTOP=${{ matrix.TYPE == 'desktop' && 'yes' || 'no' }} \
40
- DESKTOP_ENVIRONMENT=${{ matrix.DESKTOP_ENVIRONMENT }} \
41
- DESKTOP_ENVIRONMENT_CONFIG_NAME=${{ matrix.DESKTOP_ENVIRONMENT_CONFIG_NAME }} \
42
- DESKTOP_APPGROUPS_SELECTED=${{ matrix.DESKTOP_APPGROUPS_SELECTED }} \
43
EXPERT=yes \
44
USE_CCACHE=no \
45
NO_APT_CACHER=yes \
0 commit comments