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
Reverted changes in ci and changed rustc version in rust-toolchain.toml
tags/v0.3.11-rc1
Haroon Tahir
10 months ago
parent
f922da6d62
commit
bfc2d16f64
2 changed files
with
1 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
.github/workflows/node-hub-ci-cd.yml
+1
-1
rust-toolchain.toml
+ 0
- 5
.github/workflows/node-hub-ci-cd.yml
View File
@@ -77,11 +77,6 @@ jobs:
toolchain: stable
override: true
- name: Update Rust
run: |
rustup update stable
rustup override set stable
- name: Run Linting and Tests
## Run Linting and testing only on Mac for release workflows.
if: runner.os == 'Linux' || github.event_name == 'workflow_dispatch' || (github.event_name == 'release' && startsWith(github.ref, 'refs/tags/'))
+ 1
- 1
rust-toolchain.toml
View File
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.8
1
"
channel = "1.8
4
"
components = ["rustfmt", "clippy"]
Write
Preview
Loading…
Cancel
Save