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: