Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Nov 13, 2023
1 parent 8910a36 commit b030fce
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: |
sudo groupadd libvirt || true
sudo usermod -a -G libvirt $USER
sudo systemctl enable --now NetworkManager
exec newgrp libvirt
shell: bash

- name: Download CRC
Expand Down Expand Up @@ -44,13 +46,13 @@ jobs:
/usr/local/bin/crc config set skip-check-user-in-libvirt-group true
shell: bash

# - name: Set up CRC
# run: /usr/local/bin/crc setup
# shell: bash
- name: Set up CRC
run: /usr/local/bin/crc setup
shell: bash

# - name: Start up CRC VM
# run: /usr/local/bin/crc start
# shell: bash
- name: Start up CRC VM
run: /usr/local/bin/crc start
shell: bash

- name: Allow SSH login remotely to work with it
uses: self-actuated/connect-ssh@master

0 comments on commit b030fce

Please sign in to comment.