Skip to content

Commit 3a5e015

Browse files
committed
fix: build failure
1 parent 9c6fac1 commit 3a5e015

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,15 @@ jobs:
4444
automake \
4545
autoconf \
4646
libc6-dev \
47-
gcc-multilib \
48-
libc6-dev-i386 \
4947
gdb \
5048
docbook \
5149
docbook-xsl \
5250
docbook-xml \
5351
xsltproc
54-
./autogen.sh
55-
./configure
56-
make -j$(nproc)
57-
sudo make install
52+
./autogen.sh
53+
./configure
54+
make -j$(nproc)
55+
sudo make install
5856
5957
- name: Run benchmarks
6058
uses: CodSpeedHQ/action@main

0 commit comments

Comments
 (0)