From 9a857801373662938d6adf16edf47f4c9176db96 Mon Sep 17 00:00:00 2001 From: Matthew Fosse <matt@fosse.co> Date: Fri, 28 Jun 2024 12:20:15 -0700 Subject: [PATCH] should work, for real this time --- .github/workflows/pr_test_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr_test_build.yml b/.github/workflows/pr_test_build.yml index 32809fc37..2d3830e5c 100644 --- a/.github/workflows/pr_test_build.yml +++ b/.github/workflows/pr_test_build.yml @@ -100,8 +100,10 @@ jobs: - name: Build mwebd run: | + # paths are reset after each step, so we need to set them again: export PATH=$PATH:/usr/local/go/bin export PATH=$PATH:~/go/bin + # build mwebd: cd /opt/android/cake_wallet git clone https://github.com/ltcmweb/mwebd cd /opt/android/cake_wallet/mwebd