mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
detach Python(Windows) from Runtime(MinGW64)
This commit is contained in:
13
.github/workflows/build-majestic.yml
vendored
13
.github/workflows/build-majestic.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user