Skip to content

Commit 5c95838

Browse files
Update test-install.yml
1 parent 321f938 commit 5c95838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: install packages
2626
run: |
27-
sudo apt-get update
27+
sudo apt update && sudo apt upgrade -y
2828
sudo apt-get install ansible
2929
- name: verify ansible version
3030
run: cd /home/actions-runner/_work/firewall-orchestrator/firewall-orchestrator/scripts && install-ansible-from-venv.sh

0 commit comments

Comments
 (0)