Skip to content

Commit

Permalink
Update action.yml - set ESP-IDF to allow symlinks / 'file' transport
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth authored Jun 3, 2024
1 parent d687580 commit 5582fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deps/ports/espressif/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ runs:
key: ${{ runner.os }}-${{ env.pythonLocation }}-tools-idf-${{ steps.idf-commit.outputs.commit }}

- name: Initialize IDF submodules
run: git submodule update --init --depth=1 --recursive $IDF_PATH
run: git -c protocol.file.allow=always submodule update --init --depth=1 --recursive $IDF_PATH
shell: bash

0 comments on commit 5582fc7

Please sign in to comment.