mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 10:22:50 -06:00
test
This commit is contained in:
10
.github/workflows/build-majestic.yml
vendored
10
.github/workflows/build-majestic.yml
vendored
@@ -296,11 +296,7 @@ jobs:
|
|||||||
msystem: MINGW64
|
msystem: MINGW64
|
||||||
install: >-
|
install: >-
|
||||||
base-devel
|
base-devel
|
||||||
autoconf
|
mingw-w64-x86_64-python-pip
|
||||||
automake
|
|
||||||
libtool
|
|
||||||
mingw-w64-x86_64-toolchain
|
|
||||||
mingw-w64-x86_64-libtool
|
|
||||||
|
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@master
|
uses: actions/download-artifact@master
|
||||||
@@ -333,10 +329,10 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/majestic' && github.event_name == 'push'
|
if: github.ref == 'refs/heads/majestic' && github.event_name == 'push'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user