Skip to content

Commit 8a023d6

Browse files
author
webdevred
committed
Add step for building LightDM helper
1 parent b4f3034 commit 8a023d6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,9 @@ jobs:
3131
sudo apt-get -o Dir::Cache::Archives="$HOME/apt-cache" install -y clang $(cat apt-deps.txt)
3232
sudo rm -rf $HOME/apt-cache/partial $HOME/apt-cache/lock
3333
- run: clang nob.c -o nob
34-
- run: ./nob
34+
- name: Build with default configuration
35+
run: ./nob
36+
- name: Build with LightDM helper included
37+
run: ./nob
38+
env:
39+
WPC_HELPER: 1

0 commit comments

Comments
 (0)