From dd8cbe7e863b3fec594696c15c5e009f172749f5 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 12 Jan 2026 05:05:01 +0800 Subject: Remove GitHub Actions workflow for Rust CI --- setup.ps1 | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.ps1') diff --git a/setup.ps1 b/setup.ps1 index 6f51441..93ea482 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -12,9 +12,6 @@ if (Test-Path "docs/Documents/.git") { if (Test-Path .cargo) { attrib +h .cargo } -if (Test-Path .github) { - attrib +h .github -} if (Test-Path .temp) { attrib +h .temp } -- cgit