From bf21b8c6e5fc288f427efa83feec3f6ee86c764f Mon Sep 17 00:00:00 2001 From: Sven Vogel Date: Fri, 5 Jul 2024 15:05:07 +0200 Subject: [PATCH] added: update to python install --- .gitea/workflows/ci.yml | 2 +- .gitea/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 111dd3a..41952cd 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,6 +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 - run: apt install python3-pip + run: apt update && apt install python3-pip - name: Run CI run: bash -c ./run-ci.sh diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 6d50330..a59efb3 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -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 - run: apt install python3-pip + run: apt update && apt install python3-pip - name: Run CI run: bash -c ./run-ci.sh - name: Setup go