Skip to content

Commit

Permalink
defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Dec 17, 2023
1 parent 6df84eb commit 20aa77e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,15 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- shell: bash
run: cat install.sh | sh
- shell: bash
run: echo "$HOME/.typst/bin" >> "$GITHUB_PATH"
- shell: bash
run: typst --version
- shell: bash
run: typst compile test.typ
- run: cat install.sh | sh
- run: echo "$HOME/.typst/bin" >> "$GITHUB_PATH"
- run: typst --version
- run: typst compile test.typ
install-ps1:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 20aa77e

Please sign in to comment.