diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7dfa69fb..9c9b2fffd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,26 +24,11 @@ jobs: - name: Install libs needed for linux build run: | sudo apt install -y libpsocksxx-dev - - build-esp: - needs: setup - runs-on: ubuntu-latest - steps: - name: Build for tbeam run: platformio run -e tbeam - name: Build for heltec run: platformio run -e heltec - - build-nrf: - needs: setup - runs-on: ubuntu-latest - steps: - name: Build for lora-relay-v1 run: platformio run -e lora-relay-v1 - - build-portduino: - needs: setup - runs-on: ubuntu-latest - steps: - name: Build for linux run: platformio run -e linux \ No newline at end of file