From 577336d2df034796d8f9a0c4771e27d0b7e0ef9c Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Tue, 23 Feb 2021 17:16:12 +0800 Subject: [PATCH] oh well - github actions defeated me --- .github/workflows/main.yml | 15 --------------- 1 file changed, 15 deletions(-) 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