mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-24 07:26:50 -05:00
This commit is contained in:
parent
982ac52c69
commit
9806ced8b2
|
|
@ -13,6 +13,12 @@ use anyhow::{Context as _, Result};
|
|||
use indexmap::IndexMap;
|
||||
use itertools::Itertools as _;
|
||||
#[cfg(windows)]
|
||||
use anyhow::anyhow;
|
||||
#[cfg(windows)]
|
||||
use crate::utils::find_file;
|
||||
#[cfg(windows)]
|
||||
use std::path::Path;
|
||||
#[cfg(windows)]
|
||||
use normpath::PathExt as _;
|
||||
#[cfg(windows)]
|
||||
use same_file::is_same_file;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ twine check dist/*.tar.gz
|
|||
twine check dist/*.whl
|
||||
|
||||
# Build rust package
|
||||
#"$DIR/build_rust.sh"
|
||||
"$DIR/build_rust.sh"
|
||||
|
||||
# =================
|
||||
# Build for windows
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user