We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c08313a + 875d12d commit 1b6de0fCopy full SHA for 1b6de0f
ci_build.sh
@@ -32,7 +32,7 @@ mv -n share/src/share.map _output/gcc/.
32
33
# Watcom
34
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
+ [ -f $OWTAR ] || wget --no-verbose https://github.com/open-watcom/open-watcom-v2/releases/download/Last-CI-build/$OWTAR
36
37
mkdir _watcom
38
(cd _watcom && tar -xf ../$OWTAR)
0 commit comments