We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d09608 commit 28c7e32Copy full SHA for 28c7e32
1 file changed
.github/workflows/plan.yaml
@@ -49,12 +49,12 @@ jobs:
49
env:
50
TERRAFORM_PRE_RUN: |
51
# Install prerequisites
52
+ apt update
53
apt install -y lsb-release
54
55
# Install latest Packer
56
wget -O - https://apt.releases.hashicorp.com/gpg | gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
57
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(grep -oP '(?<=UBUNTU_CODENAME=).*' /etc/os-release || lsb_release -cs) main" | tee /etc/apt/sources.list.d/hashicorp.list
- apt update
58
apt install -y packer
59
60
# Install latest Talosctl
0 commit comments