Skip to content

Commit ba28002

Browse files
committed
Don't install pkgconf
1 parent dff8d2b commit ba28002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: Install Dependencies
138138
run: |
139139
sudo ./.github/workflows/posix-deps-apt.sh
140-
sudo apt-get -yq install autotools-dev autoconf autoconf-archive pkgconf pkg-config
140+
sudo apt-get -yq install autotools-dev autoconf autoconf-archive pkg-config
141141
- name: Add ccache to PATH
142142
run: echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
143143
- name: Configure ccache action

0 commit comments

Comments
 (0)