From 8c55356bd9e26799ec46c117fa9d7068bc3f843e Mon Sep 17 00:00:00 2001 From: hsaturn Date: Mon, 2 Jan 2023 03:09:34 +0100 Subject: [PATCH] Use my fork of EpoxyDuino --- .github/workflows/aunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aunit.yml b/.github/workflows/aunit.yml index 80e9978..3165858 100644 --- a/.github/workflows/aunit.yml +++ b/.github/workflows/aunit.yml @@ -18,7 +18,7 @@ jobs: run: | cd .. git clone https://github.com/hsaturn/TinyConsole - git clone https://github.com/bxparks/EpoxyDuino + git clone https://github.com/hsaturn/EpoxyDuino git clone https://github.com/bxparks/AceRoutine git clone https://github.com/bxparks/AUnit git clone https://github.com/bxparks/AceCommon