From 7d96d46724f63cd0218c487b049d92cba49ad770 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Thu, 8 Aug 2024 16:06:41 -0400 Subject: [PATCH] another --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1edcc77..40bbb5f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -52,7 +52,7 @@ jobs: args: --release --strip --out dist --find-interpreter sccache: 'true' manylinux: auto - before-script-linux: apt-get install -y libatomic1 + before-script-linux: yum install -y libatomic1 - name: Upload wheels uses: actions/upload-artifact@v3 with: