Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Dec 14, 2024
1 parent bd3ed3a commit d438a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
cd qnximage
ssh-keygen -q -t ed25519 -N '' -f ${HOME}/.ssh/id_ed25519
mkqnximage --verbose --ssh-ident=${HOME}/.ssh/id_ed25519.pub --ip=dhcp --build --type=qemu --hostname=qnx8
sudo mkqnximage --run=-h
sudo -E mkqnximage --run=-h
QNX_IP=`mkqnximage --getip`
echo "QNX_IP=${QNX_IP}" >> $GITHUB_ENV
- name: Copy test files to QNX VM
Expand Down

0 comments on commit d438a38

Please sign in to comment.