Skip to content

Commit

Permalink
another attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Jan 11, 2024
1 parent 546d9ea commit e0b74a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-majestic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -22,7 +20,7 @@ jobs:
autoreconf -i
./configure
make
make install
sudo make install
- name: Upload artifact
uses: actions/upload-artifact@master
Expand Down

0 comments on commit e0b74a1

Please sign in to comment.