Skip to content

Commit

Permalink
attempt to force llvm poly
Browse files Browse the repository at this point in the history
  • Loading branch information
BeauJoh committed Jun 22, 2023
1 parent aa1157c commit 0649cd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ if [ "`uname`" == "Linux" ]; then
if [ "$LLVM_VERSION" -ge 14 ] ; then \
sudo apt-get install -y libbsd-dev && \
apt download libpolly-${LLVM_VERSION}-dev && \
sudo dpkg --auto-deconfigure && \
sudo dpkg --force-depends -i libpolly-${LLVM_VERSION}-dev*.deb ; \
sudo dpkg --auto-deconfigure --force-all -i libpolly-${LLVM_VERSION}-dev*.deb ; \
fi

# Other dependencies
Expand Down

0 comments on commit 0649cd4

Please sign in to comment.