Skip to content

Commit

Permalink
Fix baremetal jobs on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
iurygregory committed Oct 13, 2023
1 parent d00e5c5 commit 2d3aee0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/functional-baremetal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Workaround for grub-efi-amd64-signed
run: sudo apt update && sudo apt -y upgrade
shell: bash
if: ${{ matrix.ubuntu_version == "20.04" }}
- name: Deploy devstack
uses: EmilienM/[email protected]
with:
Expand Down

0 comments on commit 2d3aee0

Please sign in to comment.