Skip to content

Commit

Permalink
Don't install suggested packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Jul 11, 2023
1 parent 8178e2f commit 624fd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
sudo rm /etc/apt/sources.list
sudo mv /etc/apt/sources.list{.new,}
sudo apt update
DEBIAN_FRONTEND=noninteractive sudo apt install -y {gcc-10,g++-10,pkg-config}-aarch64-linux-gnu libepoxy-dev:arm64 zlib1g-dev:arm64 cmake extra-cmake-modules dpkg-dev
DEBIAN_FRONTEND=noninteractive sudo apt install -y --no-install-suggests {gcc-10,g++-10,pkg-config}-aarch64-linux-gnu libepoxy-dev:arm64 zlib1g-dev:arm64 cmake dpkg-dev
- name: Set Up CCache
uses: hendrikmuhs/[email protected]
Expand Down

0 comments on commit 624fd21

Please sign in to comment.