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 2472ca7 commit 7c52331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
source "${{ github.workspace }}/qnx800/qnxsdp-env.sh"
cd c-ares
./ci/build.sh
- name: Add self to the kvm/libvirt group
- name: Add self to the kvm group
run: |
sudo usermod -a -G kvm,libvirt ${USER}
sudo usermod -a -G kvm ${USER}
exec sudo -s -u ${USER}
- name: Create and start QNX VM
run: |
Expand Down

0 comments on commit 7c52331

Please sign in to comment.