Skip to content

Commit 8d6d020

Browse files
authored
workflows: Fix build
1 parent 58e1e4e commit 8d6d020

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

0 commit comments

Comments
 (0)