From 74ed97c9cd0696a987243376f45591a24e3d810a Mon Sep 17 00:00:00 2001 From: Chris Cowley <1736762+chriscowley@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:11:58 +0200 Subject: [PATCH] Try and install tofu now --- .forgejo/workflows/non-lab.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/non-lab.yml b/.forgejo/workflows/non-lab.yml index a7cf49a..361712b 100644 --- a/.forgejo/workflows/non-lab.yml +++ b/.forgejo/workflows/non-lab.yml @@ -10,7 +10,7 @@ jobs: with: sparse-checkout: | non-lab - - run: pwd - - name: tree + - name: Setup OpenTofu + run: curl -fsSl https://get.opentofu.org/install-opentofu.sh -o /tmp/install-opentofu.sh; chmod +x /tmp/install-opentofu.sh; /tmp/install-opentofu.sh --install-method deb; rm -f /tmp/install-opentofu.sh; cd non-lab + - name: Tree run: apt update; apt install tree; tree - - run: env