From 8162de1a85770c5e4c6d0515ca322676acd77fe8 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 21 Jun 2022 08:31:52 -0400 Subject: [PATCH] fix msdos build in CI --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3458ed3f5..a2fa2150d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -237,7 +237,7 @@ steps: displayName: 'Building mac full build' - bash: | - export GCCVER=gcc1020 + export GCCVER=gcc1210 cd sys/unix sh setup.sh hints/linux.370 cd ../..