We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a126388 commit abb1886Copy full SHA for abb1886
.github/workflows/ci.yml
@@ -230,7 +230,7 @@ jobs:
230
repo: deb https://gagis.hopto.org/repo/cppfw/${{ matrix.os }} ${{ matrix.codename }} main
231
repo-name: cppfw
232
keys-asc: https://gagis.hopto.org/repo/cppfw/pubkey.gpg
233
- install: devscripts equivs myci pipx cmake git
+ install: devscripts equivs myci pipx cmake git pkg-config
234
- name: add ~/.local/bin to PATH
235
uses: myci-actions/export-env-var@main
236
with: {name: PATH, value: "$PATH:$HOME/.local/bin"}
0 commit comments