From df2d6b9beb7ccc9ca44e2309d5a7a81e79638948 Mon Sep 17 00:00:00 2001 From: laurent Date: Fri, 27 Sep 2024 14:40:58 +0200 Subject: [PATCH] Another attempt. --- .github/workflows/rust-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index cbac38c..17ccea5 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -50,5 +50,5 @@ jobs: - name: test shell: bash run: | - sudo apt-get install libpython3-dev + sudo apt-get install libpython3.10-dev cargo test