Skip to content

Commit

Permalink
Prepare env before downloading previous artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Jun 8, 2024
1 parent e671992 commit 659a704
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/windows_sdl3_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
PYTHONPATH: .

jobs:
prepare_build:
prepare_sdl3_build:
runs-on: windows-latest
strategy:
matrix:
Expand All @@ -39,7 +39,7 @@ jobs:

windows_wheels:
runs-on: windows-latest
needs: prepare_build
needs: prepare_sdl3_build
strategy:
fail-fast: false
matrix:
Expand All @@ -54,14 +54,14 @@ jobs:
with:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.arch }}
- uses: actions/download-artifact@v4
with:
name: sdl3_build_${{ matrix.arch }}
path: kivy_build
- name: Prepare Environment
run: |
. .\ci\windows_ci.ps1
Prepre-env
- uses: actions/download-artifact@v4
with:
name: sdl3_build_${{ matrix.arch }}
path: kivy_build
- name: Build package
run: |
. .\ci\windows_ci.ps1
Expand Down

0 comments on commit 659a704

Please sign in to comment.