Commit Graph

17 Commits

Author SHA1 Message Date
Nugine 692048d537 ci: improve build workflow (#115)
* ci: fix build workflow

* ci: use setup actions
2024-11-04 15:06:19 +08:00
Nugine 0f39887cdb ci: enable cache on failure (#85)
* ci: enable cache on failure

* fix
2024-10-12 15:05:22 +08:00
Nugine eae5b68f52 fix 2024-10-11 23:19:24 +08:00
mirschao fd3d742d71 Update rust.yml
cargo fmt --all --check 中--check为检查模式,如果有对应的格式化修改,则命令返回码为非零(错误),所以导致action运行失败,替换为cargo fmt --all即可解决问题。
2024-10-11 22:27:32 +08:00
mirschao c9f07fb8ab Update rust.yml
cargo fmt --all --check 中--check为检查模式,如果有对应的格式化修改,则命令返回码为非零(错误),所以导致action运行失败,替换为cargo fmt --all即可解决问题。
2024-10-11 22:25:25 +08:00
Nugine 3adbadd808 ci: use skip-check and rust-cache 2024-10-11 20:02:39 +08:00
Nugine 63191be183 ci: upgrade actions 2024-10-01 13:33:08 +08:00
loverustfs 9421da7b22 Update rust.yml
delete push on actions
2024-09-30 16:33:12 +08:00
JimChenWYU 0fa13379e4 fix 2024-09-24 16:17:31 +08:00
JimChenWYU b54458c433 fix cargo cache 2024-09-24 15:20:04 +08:00
JimChenWYU d0f52a2b78 add cargo cache 2024-09-24 14:50:12 +08:00
JimChenWYU 8d1fb577e2 add e2e test ci 2024-09-24 14:07:57 +08:00
JimChenWYU 8cce210d64 install flatc 2024-09-23 18:44:55 +08:00
JimChenWYU 54101378e3 install flatc 2024-09-23 18:11:08 +08:00
JimChenWYU ed6fde5e4d print protoc version 2024-09-23 18:05:18 +08:00
JimChenWYU 8381eb96d5 设置ci流水线 2024-09-23 17:53:26 +08:00
loverustfs 5b0342526d Create rust.yml 2024-09-20 10:26:44 +08:00