pkgconfig
Some checks failed
Linter / ruff (push) Successful in 10s
Tests / tests on CPU (push) Failing after 1m24s
Linter / eslint (push) Failing after 3m22s

This commit is contained in:
soaska 2024-05-03 19:23:28 +03:00
parent 92d1366b4b
commit ee7b360fab
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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