Skip to content

Commit

Permalink
ci(default-bare): apt update before grub2 install
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Jun 17, 2023
1 parent b47e470 commit 04366c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/default-bare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
{ echo '[defaults]'; echo 'callbacks_enabled = profile_tasks, timer'; echo 'roles_path = ../'; echo 'ansible_python_interpreter: /usr/bin/python3'; } >> ansible.cfg
- name: Add GRUB
run: |
sudo apt-get update
sudo apt-get install -y grub2
- name: run test
run: |
Expand Down

0 comments on commit 04366c3

Please sign in to comment.