mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -06:00
yet another attempt to fix CI
This commit is contained in:
6
.github/workflows/build-majestic.yml
vendored
6
.github/workflows/build-majestic.yml
vendored
@@ -9,7 +9,9 @@ jobs:
|
|||||||
|
|
||||||
linux-runtime:
|
linux-runtime:
|
||||||
name: Runtime (Linux)
|
name: Runtime (Linux)
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: quay.io/pypa/manylinux2014_x86_64:2024-01-08-eb135ed
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@@ -20,7 +22,7 @@ jobs:
|
|||||||
autoreconf -i
|
autoreconf -i
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
sudo make install
|
make install
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@master
|
uses: actions/upload-artifact@master
|
||||||
|
|||||||
Reference in New Issue
Block a user