Skip to content

Commit

Permalink
Attempt running on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Aug 20, 2024
1 parent 610a50b commit bc6dc6e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/weekly-openshift-1-5-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,11 @@ jobs:

- name: Download CRC binary
run: |
curl -LO https://dl.fedoraproject.org/pub/alt/okd-crc/linux-amd64/crc
curl -LO https://dl.fedoraproject.org/pub/alt/okd-crc/macos-amd64/crc
chmod +x crc
sudo cp crc /usr/local/bin/crc
crc version
- name: Install required virtualization software
run: |
sudo apt-get update -y
sudo apt-get install -y qemu-kvm libvirt-daemon libvirt-daemon-system network-manager
- name: Configure CRC
run: |
crc config set skip-check-root-user true
Expand Down

0 comments on commit bc6dc6e

Please sign in to comment.