Skip to content

Commit

Permalink
remove parser generation from build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Nov 28, 2024
1 parent 1931b17 commit 06d11ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- name: Determine version
id: version_id
run: echo "::set-output name=value::$(git describe --always --tags --dirty)"
- name: Generate parser
run: "./gen_parser.sh"
- name: Build firmware
uses: espressif/esp-idf-ci-action@v1
with:
Expand Down

0 comments on commit 06d11ca

Please sign in to comment.