From 637c225f18f189b42d349222dee19494e8b947a7 Mon Sep 17 00:00:00 2001 From: mate <67105053+mate-dev@users.noreply.github.com> Date: Tue, 22 Aug 2023 14:21:06 +0200 Subject: [PATCH] Check develop --- .github/workflows/main_arm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_arm.yml b/.github/workflows/main_arm.yml index 8df454c..ddd8d57 100644 --- a/.github/workflows/main_arm.yml +++ b/.github/workflows/main_arm.yml @@ -29,7 +29,7 @@ jobs: cd /tmp/firmware git checkout raspi-portduino chmod +x ./bin/build-native.sh - sed -i 's/environment native/environment raspbian/g; s/meshtasticd_linux_amd64/meshtasticd_linux_arm/g' ./bin/build-native.sh + sed -i 's/\[env\]/\[env:upstream_develop\]\nplatform = https:\/\/github.com\/meshtastic\/platform-native.git\nboard = linux_arm/' ./platformio.ini ./bin/build-native.sh # Extract tag from version.properties TAG=$(curl -s https://raw.githubusercontent.com/meshtastic/firmware/master/version.properties | sed -nE 's/major = ([0-9]+)/\1./p; s/minor = ([0-9]+)/\1./p; s/build = ([0-9]+)/\1/p' | tr -d '\n'; echo)