Skip to content

Commit

Permalink
ci: gcc is needed on opensuse/leap image
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed May 4, 2022
1 parent 7fabd38 commit 367804d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap_with_rancher_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
options: --privileged
steps:
- name: Install dependencies
run: zypper -n in -l qemu-kvm libvirt virt-install curl helm git-core tar make
run: zypper -n in -l qemu-kvm libvirt virt-install curl helm git-core tar make gcc
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
Expand Down

0 comments on commit 367804d

Please sign in to comment.