Skip to content

Commit

Permalink
CI: Avoid installing unused toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Jun 4, 2021
1 parent c902b5e commit eb8e6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# 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 ${{ CXX }} make
run: make check

coding_convention:
Expand Down

0 comments on commit eb8e6ef

Please sign in to comment.