Skip to content

Commit 8695cf6

Browse files
committed
Add libayatana-appindicator3-dev to CI dependencies
Updated the CI workflow to include libayatana-appindicator3-dev in the list of installed packages for Ubuntu. Also updated the cnativeapi/cxx_impl submodule to the latest commit.
1 parent 371d94c commit 8695cf6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ jobs:
139139
pkg-config \
140140
cmake \
141141
ninja-build \
142-
clang
142+
clang \
143+
libayatana-appindicator3-dev
143144
144145
- name: Build cnativeapi example Android
145146
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)