Revert change in master

This commit is contained in:
fvanroie 2021-03-05 23:19:18 +01:00 committed by GitHub
parent 5486a97f2a
commit 7285b51dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,9 +30,6 @@ jobs:
- name: Enable ESP platforms from platformio_override-template.ini
run: |
sed 's/; user_setups\/esp/user_setups\/esp/g' platformio_override-template.ini > platformio_override.ini
- name: Enable Linux platform from in platformio_override.ini
run: |
sed 's/; user_setups\/linux/user_setups\/linux/g' platformio_override.ini > platformio_override.ini
- name: List all files in current folder
run: |
ls -la