Try and install tofu now
All checks were successful
/ non-lab (push) Successful in 43s

This commit is contained in:
Chris Cowley 2024-09-02 11:11:58 +02:00
parent ea8e68c8c7
commit 74ed97c9cd

View file

@ -10,7 +10,7 @@ jobs:
with: with:
sparse-checkout: | sparse-checkout: |
non-lab non-lab
- run: pwd - name: Setup OpenTofu
- name: tree 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: apt update; apt install tree; tree
- run: env