git: Replace gcc-toolset-12 with gcc-toolset-14 fir EL9 runner
This commit is contained in:
parent
6a28de100c
commit
4a331c0331
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -744,7 +744,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 📜 Fix ccache on EL9
|
- name: 📜 Fix ccache on EL9
|
||||||
if: matrix.mock_release == 'epel9'
|
if: matrix.mock_release == 'epel9'
|
||||||
run: sed -i '/\. \/opt\/rh\/gcc-toolset-12\/enable/a PATH=/usr/lib64/ccache:$PATH' $GITHUB_WORKSPACE/ImHex/dist/rpm/imhex.spec
|
run: sed -i '/\. \/opt\/rh\/gcc-toolset-14\/enable/a PATH=/usr/lib64/ccache:$PATH' $GITHUB_WORKSPACE/ImHex/dist/rpm/imhex.spec
|
||||||
|
|
||||||
- name: 🟩 Copy spec file to build root
|
- name: 🟩 Copy spec file to build root
|
||||||
run: mv $GITHUB_WORKSPACE/ImHex/dist/rpm/imhex.spec $GITHUB_WORKSPACE/imhex.spec
|
run: mv $GITHUB_WORKSPACE/ImHex/dist/rpm/imhex.spec $GITHUB_WORKSPACE/imhex.spec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user