try and fix syntax
This commit is contained in:
parent
635f50d7bc
commit
f80cfba44b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
steps:
|
steps:
|
||||||
- curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh
|
- curl -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh
|
||||||
- chmod +x ./install-opentofu.sh
|
- chmod +x ./install-opentofu.sh
|
||||||
- ./install-opentofu.sh --install-method apk
|
- ./install-opentofu.sh --install-method apk
|
||||||
- rm -f ./install-opentofu.sh
|
- rm -f ./install-opentofu.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue