mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user