File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ jobs:
3636
3737 - name : Install Packer
3838 run : |
39- /home/linuxbrew/.linuxbrew/bin/brew tap hashicorp/tap
40- /home/linuxbrew/.linuxbrew/bin/brew install hashicorp/tap/ packer
39+ apt update
40+ apt install packer
4141
4242 - name : Install Talosctl
4343 run : /home/linuxbrew/.linuxbrew/bin/brew install siderolabs/tap/talosctl
4444
4545 - name : Terraform apply
4646 uses : dflook/terraform-apply@v2
4747 with :
48- path : terraform
48+ path : infra
4949 backend_config : bucket=${{ env.STATE_BUCKET_NAME }} key=${{ env.STATE_BUCKET_KEY }}
Original file line number Diff line number Diff line change 3333
3434 - name : Install Packer
3535 run : |
36- /home/linuxbrew/.linuxbrew/bin/brew tap hashicorp/tap
37- /home/linuxbrew/.linuxbrew/bin/brew install hashicorp/tap/ packer
36+ apt update
37+ apt install packer
3838
3939 - name : Install Talosctl
4040 run : /home/linuxbrew/.linuxbrew/bin/brew install siderolabs/tap/talosctl
You can’t perform that action at this time.
0 commit comments