Skip to content

Commit 59b33c3

Browse files
committed
add SDK build to CI workflow
Signed-off-by: Michel-FK <[email protected]>
1 parent 4669209 commit 59b33c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
sudo rm -rf /var/lib/apt/lists/*
2525
sudo sed -i 's/# \(en_US.UTF-8\)/\1/' /etc/locale.gen
2626
sudo locale-gen --purge --lang en_US.UTF-8
27+
- name: Build SDK
28+
run: make sdk
2729
- name: Build FunKey-OS
2830
run: make
2931
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)