Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmc10 authored Dec 20, 2023
1 parent 230067f commit 97b32dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install packages
run: |
dnf -q -y update
dnf -q -y install python3-pip git ShellCheck gcc
dnf -q -y install python3-pip git ShellCheck gcc python3-devel
pip3 install --upgrade pip
pip3 install --upgrade ansible-core kubernetes ansible-lint netaddr
ansible-galaxy collection install -U kubernetes.core community.general ansible.utils
Expand Down

0 comments on commit 97b32dc

Please sign in to comment.