mirror of
https://github.com/wled/WLED.git
synced 2025-07-16 15:26:31 +00:00
force new line
This commit is contained in:
parent
fbb7ef7cfc
commit
6c4d049c1a
3
.github/workflows/usermods.yml
vendored
3
.github/workflows/usermods.yml
vendored
@ -63,7 +63,8 @@ jobs:
|
||||
- name: Add usermods environment
|
||||
run: |
|
||||
cp -v usermods/platformio_override.usermods.ini platformio_override.ini
|
||||
echo -n "custom_usermods = ${{ matrix.usermod }}" >> platformio_override.ini
|
||||
echo >> platformio_override.ini
|
||||
echo "custom_usermods = ${{ matrix.usermod }}" >> platformio_override.ini
|
||||
|
||||
- name: Build firmware
|
||||
run: pio run -e ${{ matrix.environment }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user