Skip to content

Commit 27f4a0a

Browse files
committed
Compile selected examples for LibreTiny CI
1 parent dd934b8 commit 27f4a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-libretiny.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Build Examples
5151
run: |
52-
for i in `ls examples`; do
52+
for i in AsyncResponseStream Auth Headers; do
5353
echo "============================================================="
5454
echo "Building examples/$i..."
5555
echo "============================================================="

0 commit comments

Comments
 (0)