Skip to content

Commit 28c7e32

Browse files
committed
Test backend config
1 parent 4d09608 commit 28c7e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/plan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
env:
5050
TERRAFORM_PRE_RUN: |
5151
# Install prerequisites
52+
apt update
5253
apt install -y lsb-release
5354
5455
# Install latest Packer
5556
wget -O - https://apt.releases.hashicorp.com/gpg | gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
5657
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
57-
apt update
5858
apt install -y packer
5959
6060
# Install latest Talosctl

0 commit comments

Comments
 (0)