From 647f95df911823b73ab78abfb09137e9eea6e6c7 Mon Sep 17 00:00:00 2001 From: Max Regan Date: Mon, 6 Sep 2021 23:59:39 -0400 Subject: [PATCH] Fix CI due to platformio bug --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1561db..6b6790c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,9 @@ main_mcu: - cd firmware/main_mcu/ - cp src/config-example.h src/config.h - pio run -e button-debug -e button-release -e button-debug -e button-timing + # Manually install native platform due to: + # https://github.com/platformio/platformio-core/issues/3901 + - pio platform install native - pio test -e native lowpower_mcu: stage: build