Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit e0a397d

Browse files
committed
Added a new step before library installs
1 parent 2a8df70 commit e0a397d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ jobs:
9595
arduino-cli core update-index
9696
arduino-cli core install esp32:esp32
9797
98+
- name: Enable Git library installs
99+
run: |
100+
arduino-cli config init --overwrite
101+
arduino-cli config set library.enable_unsafe_install true
102+
98103
- name: Install libraries
99104
run: |
100105
arduino-cli lib update-index

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
1818

1919
### Fixed
2020
- Parallel startup failure handling is fail-fast: stop scheduling new work, wait for in-flight jobs, then report failure.
21+
- GitHub Actions Arduino CLI job now enables `library.enable_unsafe_install` before `--git-url` dependency installs.
2122

2223
## [1.0.0] - 2026-03-05
2324
### Added

0 commit comments

Comments
 (0)