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 cbf67b9 commit dff8d2bCopy full SHA for dff8d2b
.github/workflows/build.yml
@@ -135,7 +135,9 @@ jobs:
135
path: config.cache
136
key: ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}-${{ env.pythonLocation }}
137
- name: Install Dependencies
138
- run: sudo ./.github/workflows/posix-deps-apt.sh
+ run: |
139
+ sudo ./.github/workflows/posix-deps-apt.sh
140
+ sudo apt-get -yq install autotools-dev autoconf autoconf-archive pkgconf pkg-config
141
- name: Add ccache to PATH
142
run: echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
143
- name: Configure ccache action
0 commit comments