Skip to content

Commit

Permalink
Add gcc (#55)
Browse files Browse the repository at this point in the history
* Add gcc

* Update build.yaml
  • Loading branch information
loganmc10 authored Dec 20, 2023
1 parent 5e1d79c commit bd7e81c
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
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 bd7e81c

Please sign in to comment.