From 07c8209e65861265b657bb335117fa06450cac5f Mon Sep 17 00:00:00 2001 From: Johannes Lorenz Date: Sat, 22 Mar 2025 17:02:31 +0100 Subject: [PATCH] Fixup --- .github/workflows/run-help.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/run-help.yml b/.github/workflows/run-help.yml index 0a46f780e..805f0ef86 100644 --- a/.github/workflows/run-help.yml +++ b/.github/workflows/run-help.yml @@ -19,6 +19,8 @@ jobs: name: help-linux-${{ matrix.config.arch }} runs-on: ${{ matrix.config.runner }} steps: + - name: Checkout repository + uses: actions/checkout@v4 - name: Extract artifact uses: ./.github/actions/extract-artifact with: @@ -40,6 +42,8 @@ jobs: name: help-macos-${{ matrix.config.arch }} runs-on: ${{ matrix.config.runner }} steps: + - name: Checkout repository + uses: actions/checkout@v4 - name: Extract artifact uses: ./.github/actions/extract-artifact with: