Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bc6dc6e

Browse files
committedAug 20, 2024·
Attempt running on macos
1 parent 610a50b commit bc6dc6e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
 

‎.github/workflows/weekly-openshift-1-5-x.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,11 @@ jobs:
1919

2020
- name: Download CRC binary
2121
run: |
22-
curl -LO https://dl.fedoraproject.org/pub/alt/okd-crc/linux-amd64/crc
22+
curl -LO https://dl.fedoraproject.org/pub/alt/okd-crc/macos-amd64/crc
2323
chmod +x crc
2424
sudo cp crc /usr/local/bin/crc
2525
crc version
2626
27-
- name: Install required virtualization software
28-
run: |
29-
sudo apt-get update -y
30-
sudo apt-get install -y qemu-kvm libvirt-daemon libvirt-daemon-system network-manager
31-
3227
- name: Configure CRC
3328
run: |
3429
crc config set skip-check-root-user true

0 commit comments

Comments
 (0)
Please sign in to comment.