summaryrefslogtreecommitdiff
path: root/setup.ps1
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-12 05:05:01 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-12 05:05:01 +0800
commitdd8cbe7e863b3fec594696c15c5e009f172749f5 (patch)
tree4ebc1fc4d952df448d7a26631ef5b48b2baaf40e /setup.ps1
parent89d228816f3f9f31a2c66fa21f97f958195cbe6d (diff)
Remove GitHub Actions workflow for Rust CI
Diffstat (limited to 'setup.ps1')
-rw-r--r--setup.ps13
1 files changed, 0 insertions, 3 deletions
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
}