mirror of https://github.com/FDOS/kernel.git
CI: Use tagged release of Open Watcom
The current snapshot proved unreliable.
This commit is contained in:
parent
384e68529a
commit
4e23a63e72
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue