Skip to content

Commit 24de384

Browse files
committed
Unbreak the CI
1 parent a4e3aee commit 24de384

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/example-project.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,14 @@ jobs:
6767
test "$(pkg-config --cflags example_project)" = "-I/usr/local/include/example-project-0.1"
6868
test "$(pkg-config --libs example_project)" = "-L/usr/local/lib -lexample-project"
6969
70-
- name: Test pkgconf
70+
- name: Install pkgconf
7171
if: startsWith(matrix.os, 'ubuntu')
7272
uses: awalsh128/cache-apt-pkgs-action@latest
7373
with:
7474
packages: pkgconf
75+
76+
- name: Test pkgconf
77+
if: startsWith(matrix.os, 'ubuntu')
7578
run: |
7679
set -x
7780
ARCHDIR=`dpkg-architecture -qDEB_HOST_MULTIARCH`

0 commit comments

Comments
 (0)