We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ec9d2 commit ebceae7Copy full SHA for ebceae7
.github/workflows/ci.yaml
@@ -17,7 +17,8 @@ jobs:
17
- name: wf-shell
18
uses: actions/checkout@v2
19
with:
20
- repository: WayfireWM/wf-shell
+ repository: WShad/wf-shell
21
+ ref: test-CI
22
path: wf-shell
23
- run: cd wf-shell && meson setup build --prefix=/usr && ninja -v -C build && ninja -v -C build install && cd ..
24
test_code_style:
src/panel/meson.build
@@ -31,6 +31,7 @@ deps = [
31
wfconfig,
32
dbusmenu_gtk,
33
xkbregistry,
34
+ json,
35
]
36
37
if libpulse.found()
0 commit comments