Skip to content

Commit

Permalink
refactor: don't run apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Mar 15, 2022
1 parent bdb181c commit 49e743f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ jobs:
shell: bash
if: endsWith(matrix.config.name, 'GCC_11')
run: |
sudo apt-get update
sudo apt-get install gcc-11 g++-11
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 110 --slave /usr/bin/g++ g++ /usr/bin/g++-11 --slave /usr/bin/gcov gcov /usr/bin/gcov-11
Expand Down

0 comments on commit 49e743f

Please sign in to comment.