Skip to content

Commit ebceae7

Browse files
committed
local branch
1 parent 43ec9d2 commit ebceae7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: wf-shell
1818
uses: actions/checkout@v2
1919
with:
20-
repository: WayfireWM/wf-shell
20+
repository: WShad/wf-shell
21+
ref: test-CI
2122
path: wf-shell
2223
- run: cd wf-shell && meson setup build --prefix=/usr && ninja -v -C build && ninja -v -C build install && cd ..
2324
test_code_style:

src/panel/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ deps = [
3131
wfconfig,
3232
dbusmenu_gtk,
3333
xkbregistry,
34+
json,
3435
]
3536

3637
if libpulse.found()

0 commit comments

Comments
 (0)