Skip to content

Commit

Permalink
ci: バグを避けるためにQEMUをダウングレードする
Browse files Browse the repository at this point in the history
  • Loading branch information
nuta committed Aug 13, 2023
1 parent 52d66bd commit 14b8faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Chocolatey packages
run: choco install qemu
run: choco install qemu --version=2023.8.2
- name: Install pip packages
run: py -m pip install --user -r tools/requirements.txt
- name: make doctor
Expand Down

0 comments on commit 14b8faf

Please sign in to comment.