Skip to content

Commit 1d57a6c

Browse files
committed
Add autoconf-archive dependency
1 parent 1afc4df commit 1d57a6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ 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: |
139-
sudo ./.github/workflows/posix-deps-apt.sh
138+
run: sudo ./.github/workflows/posix-deps-apt.sh
140139
- name: Add ccache to PATH
141140
run: echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
142141
- name: Configure ccache action

.github/workflows/posix-deps-apt.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ apt-get update
55
apt-get -yq install \
66
build-essential \
77
pkg-config \
8+
autoconf-archive \
89
ccache \
910
gdb \
1011
lcov \

0 commit comments

Comments
 (0)