From fa465458b83df23bb64d614bd7f2f3b4ff6d9eea Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Sun, 31 Dec 2023 14:08:12 +0100 Subject: [PATCH] Update requirements.md --- docs/requirements.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/requirements.md b/docs/requirements.md index af2a8d7..e213d09 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -1,5 +1,6 @@ # Requirements The job that runs the action needs to have the following requirements: + * OS: Windows (I'd recommend to just use ``windows-latest``) * The action``actions/checkout`` being specified **before** the ``Minionguypro/Inno-Setup-Action`` is in your job! * An existing directory with an Inno Setup script in it, which is specified in the action. If not specified or it doesn't exist (or something inside the script isn't right to work with the workflow. See the [Introduction](https://inno-setup-action.readthedocs.io/en/latest/) page for more information), the action will fail with guarantee!