This commit is contained in:
parent
ea8e68c8c7
commit
74ed97c9cd
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue