From abeace9a4f2c6405826983fe869df5305c6d788d Mon Sep 17 00:00:00 2001 From: "clara.bayley" Date: Wed, 30 Oct 2024 16:52:50 +0100 Subject: [PATCH] fix: fix workflow --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae0ca722..3affe3f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,6 +68,9 @@ jobs: runs-on: ubuntu-latest needs: build steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Download CLEO Build uses: actions/download-artifact@v4 with: @@ -109,6 +112,9 @@ jobs: runs-on: ubuntu-latest needs: [build, compile] steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Build example adia0d run: cd build && make adia0d