Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jul 2, 2024
1 parent b0ca43b commit d448e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
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 openssl rand -out /var/lib/shim-signed/mok/.rnd -hex 256
sudo apt update
sudo apt install vagrant virtualbox
sudo apt install vagrant virtualbox virtualbox-guest-additions-iso
- name: print versions and install plugin
run: |
Expand Down

0 comments on commit d448e52

Please sign in to comment.