From 3d2f36a0bfd0140df72966936cdb4aa9731885ea Mon Sep 17 00:00:00 2001 From: Googlefan Date: Sun, 23 Feb 2025 04:01:47 +0000 Subject: [PATCH] fix --- .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 35d89bf..4266488 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.x - - run: apt-get update && apt-get install -y openssl libssl-dev pkg-config curl + - run: sudo apt-get update && sudo apt-get install -y openssl libssl-dev pkg-config curl - name: Build wheels uses: PyO3/maturin-action@v1 with: