Skip to content

Commit 3b0fb63

Browse files
committed
build for esp32c3 only
1 parent 0cb3b23 commit 3b0fb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build
3232
run: |
3333
cd /opt/esp/lib-builder/
34-
./build.sh
34+
./build.sh -t esp32c3
3535
- name: Zip artifacts
3636
run: |
3737
ver=2.0.17

0 commit comments

Comments
 (0)