changed: bumped setup-python to version 4
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 29s
Details
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 29s
Details
This commit is contained in:
parent
b3dac40f15
commit
bdb82db2d3
|
@ -14,7 +14,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@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Run CI
|
||||
|
|
|
@ -15,7 +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@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Run CI
|
||||
|
|
Loading…
Reference in New Issue