From 5486a97f2aa4f0ec7756ca63ea0db0d85c208757 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Fri, 5 Mar 2021 19:49:24 +0100 Subject: [PATCH] Activate linux environments --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7797036f..3433e574 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,6 +30,9 @@ 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