Skip to content

Commit 1807625

Browse files
committed
try one at a time
1 parent 3fe7b22 commit 1807625

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
strategy:
1010
matrix:
11-
container: ['manylinux_2_28_x86_64', 'manylinux_2_24_x86_64', 'manylinux2014_x86_64']
11+
container: ['manylinux_2_28_x86_64']
1212
runs-on: ubuntu-latest
1313
container: quay.io/pypa/${{matrix.container}}
1414
steps:
@@ -24,12 +24,14 @@ jobs:
2424
make -j4
2525
make install
2626
cd -
27+
ls
2728
- name: Push libs to git
2829
if: matrix.container == 'manylinux_2_28_x86_64'
2930
run: |
3031
git config --global user.name "srini229"
3132
git config --global user.email "rampras@umn.edu"
32-
git config --add safe.directory * --global
33+
git config --global --add safe.directory *
34+
ls
3335
git add -f ${{matrix.container}}/lib/lib* ${{matrix.container}}/include/*
3436
git diff --staged --quiet || git commit -m "CI_WORKFLOW_COMMIT - upload libs and includes to ${{matrix.container}} [skip ci]"
3537
git branch

0 commit comments

Comments
 (0)