Skip to content

Commit

Permalink
fix release build by linking lbstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
Sune Debel authored Jul 9, 2020
1 parent 1b27f85 commit a618ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- run:
name: Install depenencies
command: |
ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /usr/lib/x86_64-linux-gnu/libstdc++.so
sudo ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /usr/lib/x86_64-linux-gnu/libstdc++.so
poetry install -E http
- run:
name: Check version
Expand Down

0 comments on commit a618ae3

Please sign in to comment.