Skip to content

Commit

Permalink
fix asm err
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Sep 24, 2024
1 parent 634be01 commit 0e08325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/conan-tests
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ RUN apt-get update && \
gcc-11-multilib \
g++-11-multilib \
scons && \
# fix: asm/errno.h: No such file or directory
ln -s /usr/include/asm-generic/ /usr/include/asm && \
add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
add-apt-repository -y ppa:fish-shell/release-3 && \
apt-get update && \
Expand Down

0 comments on commit 0e08325

Please sign in to comment.