From 1047098d852d5749bc2df204b2bdc7ccf1f72a58 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 11 Nov 2020 23:41:41 -0800 Subject: [PATCH] try to get builds working with gh actions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6a818e6..54866603 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - run: make install-arduino-cli - run: make configure-arduino-cli - run: make install-arduino-core-avr - - run: make simulator-tests + - run: BOARD_HARDWARE_PATH=../hardware make simulator-tests check-astyle: runs-on: ubuntu-latest steps: