add pkgconfig
Some checks failed
Build & Test / build-run (push) Failing after 16s

This commit is contained in:
Kio 2025-02-03 22:15:07 +00:00
parent b2cbd4cc5d
commit 764529f36b

View file

@ -9,7 +9,7 @@ jobs:
image: alpine image: alpine
steps: steps:
- name: Get Dependancies - name: Get Dependancies
run: apk add rust deno git nodejs cargo run: apk add rust deno git nodejs cargo pkgconfig
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: