Skip to content

Commit

Permalink
fail fast false
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Dec 17, 2023
1 parent 75cf07a commit 7bb7a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- run: shellcheck install.sh
install_test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ else
url="https://github.com/typst/typst/releases/download/$1/$file"
fi

echo "Downloading Typst from $url"
curl -fsSL "$url" -o "$typst_install/$file"
if [ "$archive_ext" = ".zip" ]; then
unzip -d "$typst_install" -o "$file"
Expand Down

0 comments on commit 7bb7a39

Please sign in to comment.