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 d448e52 commit 86f4709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ 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
cat /sys/firmware/efi/efivars
[ -d /sys/firmware/efi ] && echo "EFI boot" || echo "Legacy boot"
sudo apt install vagrant virtualbox virtualbox-guest-additions-iso
- name: print versions and install plugin
Expand Down

0 comments on commit 86f4709

Please sign in to comment.