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