mirror of
https://github.com/wled/WLED.git
synced 2025-07-12 05:16:31 +00:00
Change path separator
This commit is contained in:
parent
df1c8a64e5
commit
b66a038a2f
4
.github/workflows/wled-ci.yml
vendored
4
.github/workflows/wled-ci.yml
vendored
@ -45,8 +45,8 @@ jobs:
|
|||||||
~/.platformio/.cache
|
~/.platformio/.cache
|
||||||
~/.buildcache
|
~/.buildcache
|
||||||
build_output
|
build_output
|
||||||
key: pio-${{ runner.os }}-${{ matrix.environment }}-${{ hashFiles('platformio.ini', 'pio-scripts\output_bins.py') }}-${{ hashFiles('wled00/**') }}
|
key: pio-${{ runner.os }}-${{ matrix.environment }}-${{ hashFiles('platformio.ini', 'pio-scripts/output_bins.py') }}-${{ hashFiles('wled00/**') }}
|
||||||
restore-keys: pio-${{ runner.os }}-${{ matrix.environment }}-${{ hashFiles('platformio.ini', 'pio-scripts\output_bins.py') }}-
|
restore-keys: pio-${{ runner.os }}-${{ matrix.environment }}-${{ hashFiles('platformio.ini', 'pio-scripts/output_bins.py') }}-
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user