From f80cfba44b2efd0aa500fa277644b7eb6fc02159 Mon Sep 17 00:00:00 2001 From: Chris Cowley <1736762+chriscowley@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:36:11 +0200 Subject: [PATCH] try and fix syntax --- .forgejo/workflows/non-lab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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