From 2e39d674a93cdb65fc1ec088dd15ddb2c86f9d7a Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 8 Oct 2025 05:23:52 +0200 Subject: [PATCH] Debug cargo version on CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d334da..1caa0f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: run: | sudo apt-get update sudo apt-get install -y build-essential cmake curl git rustc cargo + cargo --version make update make libcodex