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: mingw64-runtime:
name: Runtime (Windows) name: Runtime (MinGW64)
runs-on: windows-latest runs-on: windows-latest
steps: steps:
@@ -285,19 +285,10 @@ jobs:
windows-python: windows-python:
name: Python (Windows) name: Python (Windows)
runs-on: windows-latest 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: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Download artifact
uses: actions/download-artifact@master
with:
name: libpgf-windows
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with: