CI: Use tagged release of Open Watcom

The current snapshot proved unreliable.
This commit is contained in:
Andrew Bird 2023-03-21 23:20:06 +00:00 committed by Kenneth J Davis
parent 384e68529a
commit 4e23a63e72
1 changed files with 1 additions and 1 deletions

View File

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