e2e: install Terraform for macOS runner for boot log collection

This commit is contained in:
Nils Hanke 2023-03-21 11:31:55 +01:00
parent e95d79f97e
commit 1ab40b7ca6

View File

@ -195,7 +195,7 @@ jobs:
- name: Install basic tools (macOS)
if: runner.os == 'macOS'
shell: bash
run: brew install coreutils kubectl bash
run: brew install coreutils kubectl bash terraform
- name: Checkout head
if: inputs.git-ref == 'head'