Merge pull request #155 from andrewbird/ow-01

CI: Switch back to openwatcom current build
This commit is contained in:
Andrew Bird 2024-04-29 01:05:56 +01:00 committed by GitHub
commit 1b6de0fda6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ mv -n share/src/share.map _output/gcc/.
# Watcom
if [ ! -d _watcom ] ; then
[ -f $OWTAR ] || wget --no-verbose https://github.com/open-watcom/open-watcom-v2/releases/download/2023-02-01-Build/$OWTAR
[ -f $OWTAR ] || wget --no-verbose https://github.com/open-watcom/open-watcom-v2/releases/download/Last-CI-build/$OWTAR
mkdir _watcom
(cd _watcom && tar -xf ../$OWTAR)