This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Make cargo and uv publish only on linux job
tags/v0.3.12-rc0
haixuantao
9 months ago
parent
db0a8b2546
commit
ebe42fa439
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.github/workflows/node_hub_test.sh
+ 2
- 2
.github/workflows/node_hub_test.sh
View File
@@ -69,8 +69,8 @@ else
maturin publish --target x86_64-apple-darwin --skip-existing --zig
fi
el
se
if [ -f "$dir/Cargo.toml" ]; then
el
if [[ "$(uname)" = "Linux" ]];
if [ -f "$dir
x§
/Cargo.toml" ]; then
echo "Running build and tests for Rust project in $dir..."
cargo check
cargo clippy
Write
Preview
Loading…
Cancel
Save