Skip to content

Commit

Permalink
fix wrong file dumped
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabas5532 committed May 4, 2024
1 parent b830de4 commit 1aa4dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python3 -m pip install -r thirdparty/esp-idf-components/nanopb/requirements.txt
apt update
apt -y install bsdmainutils
hexdump -C firmware/dependencies.lock
hexdump -C firmware/main/idf_component.yml
python -m pip freeze | grep idf
idf.py -C firmware build
git status
Expand Down

0 comments on commit 1aa4dc7

Please sign in to comment.