Skip to content

Commit 875d12d

Browse files
committed
CI: Switch back to openwatcom current build
The latest build got some compatibilty fixes so we can now start using it again [fixes #138]
1 parent c08313a commit 875d12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mv -n share/src/share.map _output/gcc/.
3232

3333
# Watcom
3434
if [ ! -d _watcom ] ; then
35-
[ -f $OWTAR ] || wget --no-verbose https://github.com/open-watcom/open-watcom-v2/releases/download/2023-02-01-Build/$OWTAR
35+
[ -f $OWTAR ] || wget --no-verbose https://github.com/open-watcom/open-watcom-v2/releases/download/Last-CI-build/$OWTAR
3636

3737
mkdir _watcom
3838
(cd _watcom && tar -xf ../$OWTAR)

0 commit comments

Comments
 (0)