another attempt to fix CI

This commit is contained in:
Krasimir Angelov
2024-01-11 07:39:26 +01:00
parent 546d9ea65d
commit e0b74a143c

View File

@@ -10,8 +10,6 @@ jobs:
linux-runtime:
name: Runtime (Linux)
runs-on: ubuntu-latest
container:
image: quay.io/pypa/manylinux2014_x86_64:2023-01-14-103cb93
steps:
- uses: actions/checkout@v3
@@ -22,7 +20,7 @@ jobs:
autoreconf -i
./configure
make
make install
sudo make install
- name: Upload artifact
uses: actions/upload-artifact@master