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