Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
haotian2004 authored Apr 3, 2024
1 parent 19772da commit 3b6268f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,17 +194,25 @@ jobs:
- current
RELEASE:
# - focal # Ubuntu 20.04 LTS
# - jammy # Ubuntu 22.04 LTS
- jammy # Ubuntu 22.04 LTS
# - lunar # Ubuntu 23.04
# - buster # Debian 10
# - bullseye # Debian 11
- bullseye # Debian 11
- bookworm # Debian 12
- sid # Debian unstable
TYPE:
- minimal
- cli
# - desktop

- desktop
include:
- TYPE: desktop
DESKTOP_ENVIRONMENT: xfce
DESKTOP_ENVIRONMENT_CONFIG_NAME: config_base
DESKTOP_APPGROUPS_SELECTED: ""
exclude:
- RELEASE: sid
TYPE: desktop

steps:
- name: Import env
run: |
Expand Down

0 comments on commit 3b6268f

Please sign in to comment.