diff --git a/.gitea/workflows/on_pull_request.yaml b/.gitea/workflows/on_pull_request.yaml index effa9a64..0d0e6761 100644 --- a/.gitea/workflows/on_pull_request.yaml +++ b/.gitea/workflows/on_pull_request.yaml @@ -11,7 +11,7 @@ jobs: if: gitea.event_name != 'pull_request' || gitea.event.pull_request.head.repo.full_name != gitea.event.pull_request.base.repo.full_name steps: - name: Prepare env - run: apk add --no-cache nodejs git curl python3 cmake + run: apk add --no-cache nodejs git curl python3 cmake pkgconfig - name: Checkout Code uses: actions/checkout@v3 - uses: actions/setup-python@v4 diff --git a/.gitea/workflows/run_tests.yaml b/.gitea/workflows/run_tests.yaml index 804917f2..76e41dd3 100644 --- a/.gitea/workflows/run_tests.yaml +++ b/.gitea/workflows/run_tests.yaml @@ -14,7 +14,7 @@ jobs: if: gitea.event_name != 'pull_request' || gitea.event.pull_request.head.repo.full_name != gitea.event.pull_request.base.repo.full_name steps: - name: Prepare env - run: apk add --no-cache nodejs git curl python3 cmake + run: apk add --no-cache nodejs git curl python3 cmake pkgconfig - name: Checkout Code uses: actions/checkout@v3 - name: Set up Python 3.10