diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index f0c74680..83973628 100755 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -162,4 +162,4 @@ jobs: python -m pip install --upgrade pip pip install platformio - name: Run PlatformIO - run: platformio run ${{ matrix.test-platform }} \ No newline at end of file + run: platformio run \ No newline at end of file