Skip to content

Commit

Permalink
Merge pull request #734 from aurianer/arm_fix_warning
Browse files Browse the repository at this point in the history
Fix apt warning in arm64 CircleCI
  • Loading branch information
msimberg authored Aug 11, 2023
2 parents 8e0d4be + 3d32543 commit 62e8f38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,9 @@ jobs:
rm cmake.tar.gz
cmake --version
# Install pika dependencies
sudo apt install -y \
sudo apt update
sudo apt install --allow-downgrades \
--allow-remove-essential --allow-change-held-packages \
clang \
ninja-build \
libboost-context-dev \
Expand Down

0 comments on commit 62e8f38

Please sign in to comment.