Skip to content

Commit

Permalink
[ci] update workflow
Browse files Browse the repository at this point in the history
The setup-typst action has been moved to typst-community
  • Loading branch information
Mc-Zen committed Feb 12, 2025
1 parent c416bf0 commit 9ed4fcc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- src/**
- tests/**
- .github/**
pull_request:
branches: [ main ]

Expand All @@ -29,9 +30,9 @@ jobs:
tag: ci-semi-stable

- name: Setup typst
uses: yusancky/setup-typst@v2
uses: typst-community/setup-typst@v3
with:
version: 'v0.12.0'
typst-version: 'v0.12.0'

- name: Run test suite
run: typst-test run

0 comments on commit 9ed4fcc

Please sign in to comment.