From 99d08b31d24e4c7dfed55d461d7e6c7e39328231 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 5 Jan 2021 15:23:08 -0600 Subject: [PATCH] Fixed a new typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a01c65..b26b958 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ # the next variables are customized to the filepaths used when installing python and nsis with chocolatey. variables: PYTHON3_32: "C:\\python39\\python.exe" - NSIS: "C:\\program files (x86)\\nsis\\makensis.exe" + NSIS: "C:\\program files (x86)\\nsis\\makensis.exe" # This configures the environment for both channels .configure_environment: &configure_environment