diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index a9e44dce..607336d3 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -126,12 +126,7 @@ jobs: echo "short_name=$short_name" >> "$GITHUB_OUTPUT" echo "canonical_id=$short_name-py${{ matrix.python-version }}-${{ matrix.architecture}}" >> "$GITHUB_OUTPUT" - - name: Checkout repo - uses: actions/checkout@v4 - with: - submodules: 'recursive' - - - name: download CI source artifact + - name: Download CI source artifact uses: actions/download-artifact@v4 with: name: wxPython-source