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 dff8d2b commit ba28002Copy full SHA for ba28002
.github/workflows/build.yml
@@ -137,7 +137,7 @@ jobs:
137
- name: Install Dependencies
138
run: |
139
sudo ./.github/workflows/posix-deps-apt.sh
140
- sudo apt-get -yq install autotools-dev autoconf autoconf-archive pkgconf pkg-config
+ sudo apt-get -yq install autotools-dev autoconf autoconf-archive 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