Skip to content

Commit

Permalink
smoke-extra: support Ubuntu 24.04
Browse files Browse the repository at this point in the history
Ubuntu 24.04 doesn't include vagrant anymore, so add the hashicorp
source
  • Loading branch information
wadey committed Jan 13, 2025
1 parent 2b427a7 commit a802360
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoke-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
go-version-file: 'go.mod'
check-latest: true

- name: add hashicorp source
run: wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg && echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list

- name: install vagrant
run: sudo apt-get update && sudo apt-get install -y vagrant virtualbox

Expand Down

0 comments on commit a802360

Please sign in to comment.