Skip to content

Commit

Permalink
lkjsf
Browse files Browse the repository at this point in the history
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
  • Loading branch information
fhrbata committed Jan 15, 2024
1 parent d01e764 commit ddf20a8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build_5.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: build

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.0
target: esp32
path: '.'
File renamed without changes.

0 comments on commit ddf20a8

Please sign in to comment.