detach Python(Windows) from Runtime(MinGW64)

This commit is contained in:
Krasimir Angelov
2023-01-25 23:57:08 +01:00
parent 89a9806925
commit 57a3f1d02a

View File

@@ -242,8 +242,8 @@ jobs:
# ----------------------------------------------------------------------------
windows-runtime:
name: Runtime (Windows)
mingw64-runtime:
name: Runtime (MinGW64)
runs-on: windows-latest
steps:
@@ -285,19 +285,10 @@ jobs:
windows-python:
name: Python (Windows)
runs-on: windows-latest
needs: windows-runtime
env:
EXTRA_INCLUDE_DIRS: D:\a\gf-core\gf-core\include
EXTRA_LIB_DIRS: D:\a\gf-core\gf-core\lib
steps:
- uses: actions/checkout@v3
- name: Download artifact
uses: actions/download-artifact@master
with:
name: libpgf-windows
- name: Setup Python
uses: actions/setup-python@v4
with: