fix msdos build in CI

This commit is contained in:
nhmall
2022-06-21 08:31:52 -04:00
parent 6c686c82cb
commit 8162de1a85

View 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 ../..