kopia lustrzana https://github.com/Aircoookie/WLED
Change path separator
rodzic
df1c8a64e5
commit
b66a038a2f
|
@ -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:
|
||||||
|
|
Ładowanie…
Reference in New Issue