diff --git a/.forgejo/workflows/non-lab.yml b/.forgejo/workflows/non-lab.yml index 9bf7894..0dbb693 100644 --- a/.forgejo/workflows/non-lab.yml +++ b/.forgejo/workflows/non-lab.yml @@ -7,7 +7,7 @@ jobs: container: image: alpine:latest 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 - ./install-opentofu.sh --install-method apk - rm -f ./install-opentofu.sh