Skip to content

Commit 89bc8ac

Browse files
committed
[CI] Remove additional PPA installation on Ubuntu
1 parent cf54bdb commit 89bc8ac

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/codeql.yml

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
submodules: recursive
2525
- name: Setup environment
2626
run: |
27-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
2827
sudo apt-get update
2928
sudo apt-get install -y gcc-14 g++-14 ninja-build mpich libomp-dev valgrind
3029
python3 -m pip install -r requirements.txt

.github/workflows/main.yml

-10
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
submodules: recursive
4242
- name: Setup environment
4343
run: |
44-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
4544
sudo apt-get update
4645
sudo apt-get install --no-install-recommends -y gcc-14 g++-14 ninja-build libmpich-dev libomp-dev valgrind
4746
python3 -m pip install -r requirements.txt
@@ -91,7 +90,6 @@ jobs:
9190
- uses: actions/checkout@v4
9291
- name: Setup environment
9392
run: |
94-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
9593
sudo apt-get update
9694
sudo apt-get install --no-install-recommends -y gcc-14 g++-14 ninja-build libmpich-dev libomp-dev valgrind
9795
python3 -m pip install -r requirements.txt
@@ -147,7 +145,6 @@ jobs:
147145
- uses: actions/checkout@v4
148146
- name: Setup environment
149147
run: |
150-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
151148
sudo apt-get update
152149
sudo apt-get install --no-install-recommends -y gcc-14 g++-14 ninja-build libmpich-dev libomp-dev valgrind
153150
python3 -m pip install -r requirements.txt
@@ -202,7 +199,6 @@ jobs:
202199
submodules: recursive
203200
- name: Setup environment
204201
run: |
205-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
206202
sudo apt-get update
207203
sudo apt-get install --no-install-recommends -y ninja-build libmpich-dev python3-pip valgrind
208204
wget https://apt.llvm.org/llvm.sh
@@ -249,7 +245,6 @@ jobs:
249245
- uses: actions/checkout@v4
250246
- name: Setup environment
251247
run: |
252-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
253248
sudo apt-get update
254249
sudo apt-get install --no-install-recommends -y ninja-build libmpich-dev python3-pip valgrind
255250
wget https://apt.llvm.org/llvm.sh
@@ -307,7 +302,6 @@ jobs:
307302
- uses: actions/checkout@v4
308303
- name: Setup environment
309304
run: |
310-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
311305
sudo apt-get update
312306
sudo apt-get install --no-install-recommends -y ninja-build libmpich-dev python3-pip valgrind
313307
wget https://apt.llvm.org/llvm.sh
@@ -363,7 +357,6 @@ jobs:
363357
submodules: recursive
364358
- name: Setup environment
365359
run: |
366-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
367360
sudo apt-get update
368361
sudo apt-get install --no-install-recommends -y ninja-build python3-pip \
369362
openmpi-bin openmpi-common libopenmpi-dev
@@ -412,7 +405,6 @@ jobs:
412405
- uses: actions/checkout@v4
413406
- name: Setup environment
414407
run: |
415-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
416408
sudo apt-get update
417409
sudo apt-get install --no-install-recommends -y ninja-build libmpich-dev python3-pip valgrind
418410
wget https://apt.llvm.org/llvm.sh
@@ -470,7 +462,6 @@ jobs:
470462
- uses: actions/checkout@v4
471463
- name: Setup environment
472464
run: |
473-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
474465
sudo apt-get update
475466
sudo apt-get install --no-install-recommends -y ninja-build libmpich-dev python3-pip valgrind
476467
wget https://apt.llvm.org/llvm.sh
@@ -1103,7 +1094,6 @@ jobs:
11031094
- uses: actions/checkout@v4
11041095
- name: Setup environment
11051096
run: |
1106-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
11071097
sudo apt-get update
11081098
sudo apt-get install --no-install-recommends -y gcc-14 g++-14 ninja-build libmpich-dev libomp-dev valgrind
11091099
python3 -m pip install -r requirements.txt

0 commit comments

Comments
 (0)