Skip to content

Commit 7484175

Browse files
committed
gh-actions: removed duplicated ninja-build refs
1 parent 35469dc commit 7484175

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ jobs:
135135
run: |
136136
sudo add-apt-repository ppa:daawesomep/toolchain-backports-noble
137137
sudo add-apt-repository ppa:stephanosio/ccache
138-
sudo apt-get install -y --no-install-recommends ninja-build ninja-build \
139-
pipx gcc-15 g++-15 ccache
138+
sudo apt-get install -y --no-install-recommends ninja-build pipx \
139+
gcc-15 g++-15 ccache
140140
sudo apt-get satisfy -y 'binutils (>= 2.45)'
141141
sudo apt-get purge -y gcc g++
142142
sudo ln -s /usr/bin/gcc-15 /usr/bin/gcc
@@ -180,8 +180,8 @@ jobs:
180180
run: |
181181
sudo add-apt-repository ppa:daawesomep/toolchain-backports-noble
182182
sudo add-apt-repository ppa:stephanosio/ccache
183-
sudo apt-get install -y --no-install-recommends ninja-build ninja-build \
184-
pipx g++-15 gcc-15 qemu-user-static ccache
183+
sudo apt-get install -y --no-install-recommends ninja-build pipx \
184+
g++-15 gcc-15 qemu-user-static ccache
185185
sudo apt-get satisfy -y 'binutils (>= 2.45)'
186186
sudo apt-get purge -y gcc g++
187187
sudo ln -s /usr/bin/gcc-15 /usr/bin/gcc
@@ -562,7 +562,7 @@ jobs:
562562
#add-apt-repository ppa:savoury1/display
563563
sudo add-apt-repository ppa:stephanosio/ccache
564564
sudo apt-get install -y --no-install-recommends ccache ninja-build pkg-config \
565-
qemu-user-static clang-${{ matrix.version }} ninja-build binfmt-support \
565+
qemu-user-static clang-${{ matrix.version }} binfmt-support \
566566
libc6-${{ matrix.arch_deb }}-cross meson llvm-${{ matrix.version }} \
567567
libstdc++-12-dev-${{ matrix.arch_deb }}-cross \
568568
binutils-${{ matrix.arch_gnu }}-linux-gnu
@@ -617,7 +617,7 @@ jobs:
617617
sudo add-apt-repository ppa:stephanosio/ccache
618618
sudo apt-get install -y --no-install-recommends \
619619
ninja-build pkg-config qemu-user-static clang-${{ matrix.version }} \
620-
ninja-build binfmt-support libc6-${{ matrix.arch_deb }}-cross meson \
620+
binfmt-support libc6-${{ matrix.arch_deb }}-cross meson \
621621
libstdc++-12-dev-${{ matrix.arch_deb }}-cross \
622622
binutils-${{ matrix.arch_gnu }}-linux-gnu ccache
623623
- name: ccache

0 commit comments

Comments
 (0)