Skip to content

Commit

Permalink
Merge pull request #155 from andrewbird/ow-01
Browse files Browse the repository at this point in the history
CI: Switch back to openwatcom current build
  • Loading branch information
andrewbird authored Apr 29, 2024
2 parents c08313a + 875d12d commit 1b6de0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mv -n share/src/share.map _output/gcc/.

# Watcom
if [ ! -d _watcom ] ; then
[ -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

mkdir _watcom
(cd _watcom && tar -xf ../$OWTAR)
Expand Down

0 comments on commit 1b6de0f

Please sign in to comment.