Skip to content

Commit f339cd2

Browse files
Fix build
1 parent b5c2cff commit f339cd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ jobs:
318318
319319
- name: Checkout
320320
uses: actions/checkout@v4
321+
with:
322+
set-safe-directory: ${{ runner.os == 'Windows' && 'C:/actions-runner/_work/arduino-ide' || '' }}
321323

322324

323325
- name: Install Node.js

0 commit comments

Comments
 (0)