Added basic CI workflow (#13)

This commit is contained in:
activecoder10
2025-05-12 13:00:13 +03:00
committed by GitHub
parent 38b42560ec
commit ae1174febe
7 changed files with 80 additions and 15 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ fn download_to_file(path: &Path, downloader: &GHDownloader) -> anyhow::Result<()
std::process::Command::new("xattr")
.arg("-d")
.arg("com.apple.quarantine")
.arg(&path)
.arg(path)
.stderr(std::process::Stdio::null())
.stdout(std::process::Stdio::null())
.stdout(std::process::Stdio::null())