From: nhmall Date: Tue, 21 Jun 2022 12:31:52 +0000 (-0400) Subject: fix msdos build in CI X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8162de1a85770c5e4c6d0515ca322676acd77fe8;p=nethack fix msdos build in CI --- 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 ../..