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