Skip to content

Commit 7a85287

Browse files
Update weekly.yml
* Fix the `cron` to be weekly instead of nightly * Install `xorg-xserver` and `xorg-xinit`
1 parent 6e78524 commit 7a85287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Weekly Aero Build
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *'
5+
- cron: '0 0 * * 0'
66
workflow_dispatch:
77

88
jobs:
@@ -31,7 +31,7 @@ jobs:
3131
3232
pushd build
3333
[ -f bootstrap.link ] || xbstrap init ..
34-
xbstrap install bash coreutils dwm alacritty
34+
xbstrap install bash coreutils dwm xorg-xserver xorg-xinit alacritty
3535
popd
3636
3737
- name: Build Kernel

0 commit comments

Comments
 (0)