mirror of
https://github.com/86Box/probing-tools.git
synced 2026-02-21 09:05:34 -07:00
workflows: Pin to last Watcom version without graph.lib linking issues
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user