mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 17:42:51 -06:00
try fixing the CI
This commit is contained in:
4
.github/workflows/build-majestic.yml
vendored
4
.github/workflows/build-majestic.yml
vendored
@@ -10,8 +10,6 @@ jobs:
|
|||||||
linux-runtime:
|
linux-runtime:
|
||||||
name: Runtime (Linux)
|
name: Runtime (Linux)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: quay.io/pypa/manylinux2014_x86_64:2023-01-14-103cb93
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@@ -25,7 +23,7 @@ jobs:
|
|||||||
make install
|
make install
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: libpgf-linux
|
name: libpgf-linux
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user