We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24dd6aa commit b8d15a7Copy full SHA for b8d15a7
.github/workflows/rust.yml
@@ -73,7 +73,7 @@ jobs:
73
runs-on: windows-latest
74
steps:
75
- name: Install QEMU
76
- run: choco install qemu
+ run: choco install qemu --version 2023.4.24
77
78
- name: Checkout sources
79
uses: actions/checkout@v3
0 commit comments