changed install path for typst
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 30s
Details
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 30s
Details
This commit is contained in:
parent
8dc61c01fe
commit
cc56ccecd7
|
@ -6,7 +6,7 @@ jobs:
|
||||||
run-ci-linux:
|
run-ci-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
TYPST_INSTALL: /usr/local
|
TYPST_INSTALL: $HOME/.typst
|
||||||
TYPST_VERSION: 0.11.1
|
TYPST_VERSION: 0.11.1
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
@ -16,4 +16,4 @@ jobs:
|
||||||
- name: Set up Python 3
|
- name: Set up Python 3
|
||||||
run: apt update -y && apt install python3-pip -y
|
run: apt update -y && apt install python3-pip -y
|
||||||
- name: Run CI
|
- name: Run CI
|
||||||
run: bash -c ./run-ci.sh
|
run: export PATH="$TYPST_INSTALL/bin:$PATH" && bash -c ./run-ci.sh
|
||||||
|
|
Loading…
Reference in New Issue