Skip to content

Commit 786860b

Browse files
committed
ci: workaround bad mio branch
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
1 parent 5210ee6 commit 786860b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ jobs:
183183
if: matrix.arch == 'x86_64'
184184
- run: cargo +stable install cargo-careful
185185
if: matrix.profile == 'dev'
186+
# FIXME: mio branch `v0.8.x` mio broke from `f5d912e7` to `a8a5c5bb`
187+
# See https://github.com/hermit-os/kernel/actions/runs/9242628556/job/25489845418
188+
- run: cargo update -p mio --precise f5d912e7
189+
working-directory: .
186190
- run: cargo xtask ci qemu --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package hello_world
187191
- run: cargo xtask ci qemu --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package hello_world --no-default-features --microvm
188192
if: matrix.arch == 'x86_64'

0 commit comments

Comments
 (0)