diff --git a/.forgejo/workflows/non-lab.yml b/.forgejo/workflows/non-lab.yml index 7970547..9bf7894 100644 --- a/.forgejo/workflows/non-lab.yml +++ b/.forgejo/workflows/non-lab.yml @@ -10,4 +10,4 @@ jobs: - curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh - chmod +x ./install-opentofu.sh - ./install-opentofu.sh --install-method apk - ZZ - rm -f ./install-opentofu.sh + - rm -f ./install-opentofu.sh