Skip to content

Commit

Permalink
use bash for | sh tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Dec 17, 2023
1 parent 7d1a243 commit 6df84eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:
run: cat install.sh | sh
- shell: bash
run: echo "$HOME/.typst/bin" >> "$GITHUB_PATH"
- run: typst --version
- run: typst compile test.typ
- shell: bash
run: typst --version
- shell: bash
run: typst compile test.typ
install-ps1:
runs-on: windows-latest
steps:
Expand Down
3 changes: 0 additions & 3 deletions install.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env pwsh
# Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
# TODO(everyone): Keep this script simple and easily auditable.
# ⚠️ Keep this script simple and easily auditable!
$ErrorActionPreference = 'Stop'

Expand Down

0 comments on commit 6df84eb

Please sign in to comment.