Skip to content

Commit

Permalink
CI: Avoid installing unused toolchain packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Jun 4, 2021
1 parent c902b5e commit bcd20eb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ jobs:
CXX: ${{ matrix.cxx_compiler }}
install: |
apt-get update -y
# Install add-apt-repository
apt-get install -y software-properties-common
# For installing g++-10
add-apt-repository ppa:ubuntu-toolchain-r/test -y
apt-get update -y
apt-get install -y g++-10 clang++-11 make
apt-get install -y "${{ matrix.cxx_compiler }}" make
run: make check

coding_convention:
Expand Down

0 comments on commit bcd20eb

Please sign in to comment.