mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 16:59:34 -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
|
||||
install: >-
|
||||
base-devel
|
||||
autoconf
|
||||
automake
|
||||
libtool
|
||||
mingw-w64-x86_64-toolchain
|
||||
mingw-w64-x86_64-libtool
|
||||
mingw-w64-x86_64-python-pip
|
||||
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@master
|
||||
@@ -333,10 +329,10 @@ jobs:
|
||||
if: github.ref == 'refs/heads/majestic' && github.event_name == 'push'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user