We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4192922 commit 71d84c5Copy full SHA for 71d84c5
2 files changed
.github/workflows/test-board.yml
@@ -34,7 +34,8 @@ jobs:
34
- uses: cargo-bins/cargo-binstall@main
35
36
- name: Install ostool
37
- run: cargo binstall ostool
+ # run: cargo binstall ostool
38
+ run: cargo +stable install ostool --version ^0.8
39
40
- name: Run tests
41
run: |
.github/workflows/test-qemu.yml
@@ -38,7 +38,8 @@ jobs:
42
43
44
- name: Download images and patch vm configs
45
0 commit comments