From babbc1c90f35db665307603ae6faff268bdbdd32 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Tue, 6 Feb 2024 17:55:20 -0300 Subject: [PATCH] workflows: Pin to last Watcom version without graph.lib linking issues --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6db1bac..2cb31ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: run: | rm -rf /opt/watcom mkdir /opt/watcom - wget -qO- https://github.com/open-watcom/open-watcom-v2/releases/download/Current-build/ow-snapshot.tar.xz | tar -Jxv -C /opt/watcom + 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 echo "/opt/watcom/binl64:/opt/watcom/binl" >> $GITHUB_PATH - uses: actions/checkout@v2 - name: Build `cp437`