changed: replaced setup-python with manual install
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 12s
Details
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 12s
Details
This commit is contained in:
parent
bdb82db2d3
commit
d3638b0957
|
@ -14,8 +14,6 @@ jobs:
|
||||||
- name: Install Typst CLI
|
- name: Install Typst CLI
|
||||||
run: curl -fsSL https://typst.community/typst-install/install.sh | sh -s "$TYPST_VERSION"
|
run: curl -fsSL https://typst.community/typst-install/install.sh | sh -s "$TYPST_VERSION"
|
||||||
- name: Set up Python 3
|
- name: Set up Python 3
|
||||||
uses: actions/setup-python@v4
|
run: apt install python3-pip
|
||||||
with:
|
|
||||||
python-version: '3.12'
|
|
||||||
- name: Run CI
|
- name: Run CI
|
||||||
run: bash -c ./run-ci.sh
|
run: bash -c ./run-ci.sh
|
||||||
|
|
|
@ -15,9 +15,7 @@ jobs:
|
||||||
- name: Install Typst CLI
|
- name: Install Typst CLI
|
||||||
run: curl -fsSL https://typst.community/typst-install/install.sh | sh -s "$TYPST_VERSION"
|
run: curl -fsSL https://typst.community/typst-install/install.sh | sh -s "$TYPST_VERSION"
|
||||||
- name: Set up Python 3
|
- name: Set up Python 3
|
||||||
uses: actions/setup-python@v4
|
run: apt install python3-pip
|
||||||
with:
|
|
||||||
python-version: '3.12'
|
|
||||||
- name: Run CI
|
- name: Run CI
|
||||||
run: bash -c ./run-ci.sh
|
run: bash -c ./run-ci.sh
|
||||||
- name: Setup go
|
- name: Setup go
|
||||||
|
|
Loading…
Reference in New Issue