Skip to content

Commit 1b6de0f

Browse files
authored
Merge pull request #155 from andrewbird/ow-01
CI: Switch back to openwatcom current build
2 parents c08313a + 875d12d commit 1b6de0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_build.sh

+1-1
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)