Skip to content

Commit

Permalink
remove typos
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Sep 5, 2023
1 parent f9b90fc commit 1e2f2fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
-netdev user,id=u1,hostfwd=udp::8080-:8080,net=192.168.76.0/24,dhcpstart=192.168.76.9 \
-device virtio-net-pci,netdev=u1,disable-legacy=on &
sleep 5
echo "exit" | socat -d -d -d - UDP:localhost:8080 -
echo "exit" | socat -d -d -d - UDP:localhost:8080
- name: Build udp tests (release, virtio-net)
run:
cargo build -Zbuild-std=std,panic_abort --release --target x86_64-unknown-hermit --package testudp --features udp,dhcpv4
Expand All @@ -266,7 +266,7 @@ jobs:
-netdev user,id=u1,hostfwd=udp::8080-:8080,net=192.168.76.0/24,dhcpstart=192.168.76.9 \
-device virtio-net-pci,netdev=u1,disable-legacy=on &
sleep 5
echo "exit" | socat -d -d -d - UDP:localhost:8080 -
echo "exit" | socat -d -d -d - UDP:localhost:8080
run-aarch64:
name: Run Hermit for Rust (aarch64)
Expand Down

0 comments on commit 1e2f2fb

Please sign in to comment.