Skip to content

Commit

Permalink
Remove apt list cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccorm4 committed Dec 13, 2024
1 parent 78cfaf8 commit a13985a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: |
apt update -y
apt install -y --no-install-recommends clang-format-15 cmake libb64-dev rapidjson-dev libre2-dev git wget software-properties-common
rm -rf /var/lib/apt/lists/*
wget -O /tmp/boost.tar.gz https://archives.boost.io/release/1.80.0/source/boost_1_80_0.tar.gz && (cd /tmp && tar xzf boost.tar.gz) && mv /tmp/boost_1_80_0/boost /usr/include/boost
# To avoid system/pip package conflict errors - use a venv:
# https://stackoverflow.com/questions/75602063/pip-install-r-requirements-txt-is-failing-this-environment-is-externally-mana
Expand Down

0 comments on commit a13985a

Please sign in to comment.