From dbaef82a4d46acb13591ea1883a7f969be4c506a Mon Sep 17 00:00:00 2001 From: Antonio Aloisio Date: Mon, 22 Jan 2024 23:43:59 +0100 Subject: [PATCH] xx --- .github/workflows/github-actions.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 13e8c5f7462..1f428995056 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -20,6 +20,9 @@ jobs: - run: | pwd ls + echo $HOME + cd "release/$SDK" + make "$MODEL" echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."