We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492be52 commit 5e8e574Copy full SHA for 5e8e574
1 file changed
.github/workflows/build-vdrsternelec.yml
@@ -90,10 +90,10 @@ jobs:
90
sudo update-alternatives --config gcc
91
elif [[ "${{ inputs.config }}" == CoreELEC-22* ]] || [[ "${{ inputs.config }}" == LibreELEC-13* ]] ; then
92
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 100 \
93
- --slave /usr/bin/cpp cpp /usr/bin/cpp-14 \
94
--slave /usr/bin/g++ g++ /usr/bin/g++-14 \
95
--slave /usr/bin/gcov gcov /usr/bin/gcov-14
96
+ sudo update-alternatives --install /usr/bin/cpp cpp /usr/bin/cpp-14 100
97
98
fi
99
0 commit comments