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 1afc4df commit 1d57a6cCopy full SHA for 1d57a6c
.github/workflows/build.yml
@@ -135,8 +135,7 @@ 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: |
139
- sudo ./.github/workflows/posix-deps-apt.sh
+ run: sudo ./.github/workflows/posix-deps-apt.sh
140
- name: Add ccache to PATH
141
run: echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
142
- name: Configure ccache action
.github/workflows/posix-deps-apt.sh
@@ -5,6 +5,7 @@ apt-get update
5
apt-get -yq install \
6
build-essential \
7
pkg-config \
8
+ autoconf-archive \
9
ccache \
10
gdb \
11
lcov \
0 commit comments