Skip to content

Commit

Permalink
ci: add hashicorp apt source
Browse files Browse the repository at this point in the history
  • Loading branch information
genaumann committed Oct 13, 2024
1 parent 733d855 commit ff9f000
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/salt-kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
with:
ruby-version: "3.2.2"
bundler-cache: true
- name: Add hashicorp source
run: |
wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /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
sudo apt-get update
- name: Install vagrant and virtualbox
uses: ConorMacBride/install-package@v1
with:
Expand Down

0 comments on commit ff9f000

Please sign in to comment.