From edd0e5fbd44729e6371ead9bcfabdd541317b8af Mon Sep 17 00:00:00 2001 From: fufesou Date: Mon, 17 Aug 2026 09:30:19 +0800 Subject: [PATCH] fix(CI): rust 1.75, linux sciter (#15874) Signed-off-by: fufesou --- .github/workflows/flutter-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index 4f1dbb1c9..81a448a90 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -2203,7 +2203,7 @@ jobs: mkdir -p ~/.cargo/ echo """ [source.crates-io] - registry = 'https://github.com/rust-lang/crates.io-index' + registry = 'sparse+https://index.crates.io/' """ > ~/.cargo/config cat ~/.cargo/config # install dependencies from vcpkg