change to typst setup action
Gitea Action for checking typst compilation / Explore-Gitea-Actions (push) Failing after 5s Details

This commit is contained in:
Sven Vogel 2024-07-01 18:56:27 +02:00
parent 4465d125bf
commit 4ab95760c8
1 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,6 @@ jobs:
- run: echo "This job is now running on a ${{ runner.os }}" - run: echo "This job is now running on a ${{ runner.os }}"
- run: echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1 - uses: typst-community/setup-typst@v3
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
- run: cargo install --locked typst-cli - run: bash -c run-ci.sh
- run: bash run-ci.sh