]> granicus.if.org Git - nethack/commitdiff
fix msdos build in CI
authornhmall <nhmall@nethack.org>
Tue, 21 Jun 2022 12:31:52 +0000 (08:31 -0400)
committernhmall <nhmall@nethack.org>
Tue, 21 Jun 2022 12:31:52 +0000 (08:31 -0400)
azure-pipelines.yml

index 3458ed3f5a09e5114419ad4f96857844858c5865..a2fa2150d81f554f5b839789efa3104d8b7d8c0d 100644 (file)
@@ -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 ../..