workflows: Fix build

This commit is contained in:
richardg867
2022-10-17 14:57:49 -03:00
committed by GitHub
parent 58e1e4e1a6
commit 8d6d020d98

View File

@@ -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 Jxvz -C /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
echo "/opt/watcom/binl64:/opt/watcom/binl" >> $GITHUB_PATH
- uses: actions/checkout@v2
- name: Build `cp437`