From b335668047abdc2c00c117ad40db2b67d28c025e Mon Sep 17 00:00:00 2001
From: Andy Pack <andy@sarsoo.xyz>
Date: Sat, 15 Feb 2025 20:33:10 +0000
Subject: [PATCH] tweaking maturin install again

---
 .gitea/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml
index a827046..7a2b6cf 100644
--- a/.gitea/workflows/build.yml
+++ b/.gitea/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
           python-version: ${{ env.python-version }}
 
       - name: Install Maturin
-        run: sudo apt update && sudo apt install -y python-maturin
+        run: sudo apt update && sudo apt install -y python3-maturin
 
       - name: Build Python
         working-directory: ./pyfinlib