Skip to content

Commit 2b9cd61

Browse files
Add appindicator_type to CI matrix and setup
Introduces an appindicator_type variable to the CI matrix for distinguishing between 'ayatana' and 'legacy' appindicator packages. Passes this variable to the setup_virtual_desktop action to allow for more flexible environment configuration.
1 parent bc45f66 commit 2b9cd61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ jobs:
3434
shell: "bash"
3535
- os: ubuntu-latest
3636
appindicator: "libayatana-appindicator3-dev"
37+
appindicator_type: "ayatana"
3738
shell: "bash"
3839
- os: ubuntu-latest
3940
appindicator: "libappindicator3-dev"
41+
appindicator_type: "legacy"
4042
shell: "bash"
4143
- os: windows-latest
4244
shell: "msys2 {0}"
@@ -64,6 +66,7 @@ jobs:
6466
if: runner.os == 'Linux'
6567
uses: LizardByte/actions/actions/setup_virtual_desktop@feat/actions/linux-display # todo: pin version
6668
with:
69+
appindicator-version: ${{ matrix.appindicator_type }}
6770
environment: mate
6871

6972
- name: Setup Dependencies macOS

0 commit comments

Comments
 (0)