From efa2c8fc4b5c773c7839d57fb5fa3e0d39323204 Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 24 Oct 2025 18:06:52 +0200 Subject: [PATCH] rename native to standalone --- .github/workflows/pr_check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index cfde3c9cb..f7892bb1d 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -32,6 +32,6 @@ jobs: pip install wheel pip install -U platformio - - name: Build native + - name: Build standalone run: | - platformio run -e native + platformio run -e standalone