feature/github-workflow #33

Merged
servostar merged 4 commits from feature/github-workflow into main 2024-07-19 07:47:34 +00:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit b827520692 - Show all commits

View File

@ -13,7 +13,8 @@ jobs:
uses: actions/checkout@v3
- name: Install Typst CLI
run: curl -fsSL https://typst.community/typst-install/install.sh | sh -s "$TYPST_VERSION"
- name: Set up Python 3
run: apt update -y && apt install python3-pip -y
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Run CI
run: export PATH="$TYPST_INSTALL/bin:$PATH" && bash -c ./run-ci.sh