From 4ab95760c84c884888628a52e9958f8c2a1ebc70 Mon Sep 17 00:00:00 2001 From: servostar Date: Mon, 1 Jul 2024 18:56:27 +0200 Subject: [PATCH] change to typst setup action --- .gitea/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ecc6f9c..38e0961 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,7 +9,6 @@ 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: 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: cargo install --locked typst-cli - - run: bash run-ci.sh + - run: bash -c run-ci.sh