We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c50b52 commit 1fc2a63Copy full SHA for 1fc2a63
.github/workflows/build.yml
@@ -319,7 +319,7 @@ jobs:
319
- name: Checkout
320
uses: actions/checkout@v4
321
with:
322
- set-safe-directory: ${{ runner.os == 'Windows' && 'C:/actions-runner/_work/arduino-ide/arduino-ide' || '' }}
+ set-safe-directory: ${{ runner.os == 'Windows' && '*' || '' }}
323
324
325
- name: Install Node.js
0 commit comments