From 37ee7275e5d8e77c35982e9914ea910a5e084d4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Fri, 7 Jun 2024 16:21:31 +0200
Subject: [PATCH] CI: remove useless 32-bit MinGW variable

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 233406fc..6d9d3f12 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,5 @@
 variables:
   TERM: linux
-  MINGW32_BOOST_VERSION: 1.84.0-1
   MINGW64_BOOST_VERSION: 1.84.0-1
   WGET_OPTIONS: '--no-verbose --no-use-server-timestamps --retry-connrefused --retry-on-host-error'
   # To ensure that "false && true" fails, see https://gitlab.com/gitlab-org/gitlab-runner/-/issues/25394#note_412609647
-- 
GitLab