changed: replaced setup-python with manual install
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 12s Details

This commit is contained in:
Sven Vogel 2024-07-05 15:03:54 +02:00
parent bdb82db2d3
commit d3638b0957
2 changed files with 2 additions and 6 deletions

View File

@ -14,8 +14,6 @@ jobs:
- name: Install Typst CLI
run: curl -fsSL https://typst.community/typst-install/install.sh | sh -s "$TYPST_VERSION"
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.12'
run: apt install python3-pip
- name: Run CI
run: bash -c ./run-ci.sh

View File

@ -15,9 +15,7 @@ jobs:
- name: Install Typst CLI
run: curl -fsSL https://typst.community/typst-install/install.sh | sh -s "$TYPST_VERSION"
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.12'
run: apt install python3-pip
- name: Run CI
run: bash -c ./run-ci.sh
- name: Setup go