From fa826cc1d9b8a382bab2d1be30c56d5607341942 Mon Sep 17 00:00:00 2001 From: "Filies Olaf (IFAG DES TOC PSA)" Date: Mon, 27 Nov 2023 16:35:01 +0100 Subject: [PATCH] Some more variables --- .github/workflows/arduino_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arduino_ci.yml b/.github/workflows/arduino_ci.yml index 72cf7b01..6a48edc3 100644 --- a/.github/workflows/arduino_ci.yml +++ b/.github/workflows/arduino_ci.yml @@ -58,7 +58,7 @@ jobs: run: | ln -sfn /opt/XMC-for-Arduino ~/.arduino15/packages/Infineon mkdir -p "$HOME/${{ matrix.workspace }}" - echo export + export ln -sf $GITHUB_WORKSPACE/ $HOME/${{ matrix.workspace }}/${{ matrix.lib }} # Update the arduino code. Attention this does not setup XMC packages as this are set inside the selfhosted runner