From ee7b360fab4aa3ce83d8f3056abb59208fed5f1c Mon Sep 17 00:00:00 2001 From: soaska <79996669747@ya.ru> Date: Fri, 3 May 2024 19:23:28 +0300 Subject: [PATCH] pkgconfig --- .gitea/workflows/on_pull_request.yaml | 2 +- .gitea/workflows/run_tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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