Skip to content

Commit babbc1c

Browse files
committed
workflows: Pin to last Watcom version without graph.lib linking issues
1 parent 111f9f9 commit babbc1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
rm -rf /opt/watcom
2323
mkdir /opt/watcom
24-
wget -qO- https://github.com/open-watcom/open-watcom-v2/releases/download/Current-build/ow-snapshot.tar.xz | tar -Jxv -C /opt/watcom
24+
wget -qO- https://github.com/open-watcom/open-watcom-v2/releases/download/2023-12-01-Build/ow-snapshot.tar.xz | tar -Jxv -C /opt/watcom
2525
echo "/opt/watcom/binl64:/opt/watcom/binl" >> $GITHUB_PATH
2626
- uses: actions/checkout@v2
2727
- name: Build `cp437`

0 commit comments

Comments
 (0)