Skip to content

Commit

Permalink
fix; PKG_CONFIG_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
DrAugus committed Dec 20, 2024
1 parent 914c424 commit bcbe89b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pull_request_rules:
- name: automatic merge for ImgBot pull requests
conditions:
- author=imgbot[bot]
- check-success=Summary
actions:
merge:
method: merge
Expand All @@ -18,7 +17,6 @@ pull_request_rules:
- and:
- author=renovate[bot]
- check-success~=^deploy
- check-success=Summary
actions:
merge:
method: merge
1 change: 1 addition & 0 deletions .github/workflows/pake-homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
librsvg2-dev \
gnome-video-effects \
gnome-video-effects-extra
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/:$PKG_CONFIG_PATH
- name: install pake-cli
run: pnpm install -g pake-cli
- name: pake url
Expand Down

0 comments on commit bcbe89b

Please sign in to comment.