Skip to content

Commit 9fab6e4

Browse files
committed
decompress bzip2
1 parent 5413394 commit 9fab6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
set -e -x
4444
wget https://sourceforge.net/projects/qwt/files/qwt/${{ matrix.qwt_version }}/qwt-${{ matrix.qwt_version }}.tar.bz2
45-
tar -xzf qwt-${{ matrix.qwt_version }}.tar.bz2
45+
tar -xjf qwt-${{ matrix.qwt_version }}.tar.bz2
4646
cd qwt-${{ matrix.qwt_version }}
4747
"${QT_ROOT_DIR}/bin/qmake" qwt.pro qwt.pro
4848
make -j$(nproc)

0 commit comments

Comments
 (0)