Skip to content

Commit

Permalink
Ignore erroneous tar extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Mar 13, 2024
1 parent 0f355a1 commit 226815a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
wget https://www.crosswire.org/ftpmirror/pub/sword/source/v1.9/sword-1.9.0.tar.gz
mkdir orig
cd orig
tar xzf ../sword-1.9.0.tar.gz
tar xzf ../sword-1.9.0.tar.gz || true
patch -i ../sword-patch-mingw64.diff -p1
cd sword-1.9.0
mkdir build
Expand Down

0 comments on commit 226815a

Please sign in to comment.