From 4465d125bf4c9d4ad514aa08727ff497f54361f6 Mon Sep 17 00:00:00 2001 From: servostar Date: Mon, 1 Jul 2024 18:45:16 +0200 Subject: [PATCH] changed from typst setup to latest rust --- .gitea/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 82ec43b..ecc6f9c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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