mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Remove checkout step from matrix (shouldn't be needed?)
This commit is contained in:
7
.github/workflows/ci-build.yml
vendored
7
.github/workflows/ci-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user