Skip to content

Commit dff8d2b

Browse files
committed
Install autoreconf dependencies
1 parent cbf67b9 commit dff8d2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ jobs:
135135
path: config.cache
136136
key: ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}-${{ env.pythonLocation }}
137137
- name: Install Dependencies
138-
run: sudo ./.github/workflows/posix-deps-apt.sh
138+
run: |
139+
sudo ./.github/workflows/posix-deps-apt.sh
140+
sudo apt-get -yq install autotools-dev autoconf autoconf-archive pkgconf pkg-config
139141
- name: Add ccache to PATH
140142
run: echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
141143
- name: Configure ccache action

0 commit comments

Comments
 (0)