Skip to content

Commit 5e8e574

Browse files
committed
workflows: use gcc14 for CE22 and LE13
1 parent 492be52 commit 5e8e574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-vdrsternelec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ jobs:
9090
sudo update-alternatives --config gcc
9191
elif [[ "${{ inputs.config }}" == CoreELEC-22* ]] || [[ "${{ inputs.config }}" == LibreELEC-13* ]] ; then
9292
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 100 \
93-
--slave /usr/bin/cpp cpp /usr/bin/cpp-14 \
9493
--slave /usr/bin/g++ g++ /usr/bin/g++-14 \
9594
--slave /usr/bin/gcov gcov /usr/bin/gcov-14
9695
96+
sudo update-alternatives --install /usr/bin/cpp cpp /usr/bin/cpp-14 100
9797
sudo update-alternatives --config gcc
9898
fi
9999

0 commit comments

Comments
 (0)