Skip to content

Commit

Permalink
Merge pull request #436 from laurynas-biveinis/rm-apt-get-update
Browse files Browse the repository at this point in the history
Github Actions: remove redundant apt-get update calls [circle skip]
  • Loading branch information
laurynas-biveinis authored Apr 27, 2022
2 parents 2240690 + 5579bdf commit 7d3e30c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ jobs:
- name: Setup common dependencies for Linux
run: |
sudo add-apt-repository -y 'ppa:mhier/libboost-latest'
sudo apt-get update
sudo apt-get install -y boost1.74 libc6-dev-i386
if: runner.os == 'Linux'

Expand All @@ -244,7 +243,6 @@ jobs:
- name: Setup dependencies for GCC
run: |
sudo add-apt-repository -y 'ppa:ubuntu-toolchain-r/test'
sudo apt-get update
sudo apt-get install -y g++-11
if: runner.os == 'Linux' && env.COMPILER == 'gcc'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- name: Setup dependencies for Linux
run: |
sudo add-apt-repository -y 'ppa:mhier/libboost-latest'
sudo apt-get update
sudo apt-get install -y boost1.74 libc6-dev-i386
sudo ln -sf /usr/bin/g++-10 /usr/bin/g++
sudo ln -sf /usr/bin/gcc-10 /usr/bin/gcc
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/old-compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ jobs:
- name: Setup common dependencies for Linux
run: |
sudo add-apt-repository -y 'ppa:mhier/libboost-latest'
sudo apt-get update
sudo apt-get install -y boost1.74 libc6-dev-i386
if: runner.os == 'Linux'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Setup dependencies
run: |
sudo add-apt-repository -y 'ppa:mhier/libboost-latest'
sudo apt-get update
sudo apt-get install -y boost1.74
- name: Produce Compilation Database
Expand Down

0 comments on commit 7d3e30c

Please sign in to comment.