changed from typst setup to latest rust
Gitea Action for checking typst compilation / Explore-Gitea-Actions (push) Has been cancelled Details

This commit is contained in:
Sven Vogel 2024-07-01 18:45:16 +02:00
parent fbf52d75e3
commit 4465d125bf
1 changed files with 2 additions and 6 deletions

View File

@ -9,11 +9,7 @@ jobs:
- 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 }}."
- uses: actions/checkout@v3
- uses: typst-community/setup-typst@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
- name: Install dependencies
run: apt update -y
- uses: typst-community/setup-typst@v3
with:
typst-version: '0.11.0'
- run: cargo install --locked typst-cli
- run: bash run-ci.sh