Skip to content

Commit

Permalink
Attempt to fix use of double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
smuehlst committed Feb 25, 2024
1 parent 3359f2b commit df36a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ jobs:
ulimit -t 120
# Run QEMU with simulated network
set -x
$CFG_QEMU_BIN -M ${{ matrix.config.qemu-machine }} $CFG_QEMU_OPT $CFG_QEMU_IMG -display none -nographic -semihosting -sd sdcard.img -netdev \"user,id=net0,hostfwd=tcp::5000-:5000,guestfwd=tcp:10.0.2.100:5001-cmd:yes simulated server\" -device usb-net,netdev=net0
$CFG_QEMU_BIN -M ${{ matrix.config.qemu-machine }} $CFG_QEMU_OPT $CFG_QEMU_IMG -display none -nographic -semihosting -sd sdcard.img -netdev "user,id=net0,hostfwd=tcp::5000-:5000,guestfwd=tcp:10.0.2.100:5001-cmd:yes simulated server" -device usb-net,netdev=net0

0 comments on commit df36a03

Please sign in to comment.