Skip to content

Commit

Permalink
Try checking if we're running as root olready
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Sep 28, 2023
1 parent 90e084c commit ed468ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,10 @@ jobs:
run: |
sudo apt update
sudo apt install -y qemu-kvm swtpm-tools tpm2-tools socat openssh-client
sudo usermod -aG kvm $USER
newgrp kvm
id -u
id -u -n
# sudo usermod -aG kvm $USER
# newgrp kvm
- name: Login to ghcr.io
uses: docker/login-action@v3
Expand Down

0 comments on commit ed468ca

Please sign in to comment.