Skip to content

Commit 0738805

Browse files
committed
feat: just esp32
1 parent 4144de9 commit 0738805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
echo "GIT_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV
2222
- name: Build Arduino Libs
23-
run: bash ./build.sh
23+
run: bash ./build.sh -t esp32
2424
- name: Create Release and Upload Release Asset
2525
uses: softprops/action-gh-release@v1
2626
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)