Skip to content

Commit 71d84c5

Browse files
committed
feat: 更新 ostool 安装方式,使用 cargo +stable 安装指定版本
1 parent 4192922 commit 71d84c5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test-board.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- uses: cargo-bins/cargo-binstall@main
3535

3636
- name: Install ostool
37-
run: cargo binstall ostool
37+
# run: cargo binstall ostool
38+
run: cargo +stable install ostool --version ^0.8
3839

3940
- name: Run tests
4041
run: |

.github/workflows/test-qemu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
- uses: cargo-bins/cargo-binstall@main
3939

4040
- name: Install ostool
41-
run: cargo binstall ostool
41+
# run: cargo binstall ostool
42+
run: cargo +stable install ostool --version ^0.8
4243

4344
- name: Download images and patch vm configs
4445
run: |

0 commit comments

Comments
 (0)