mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-10 08:51:12 +00:00
Fix devtoolset version in linux action
This commit is contained in:
parent
3f25e92afd
commit
7979b3b6c8
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: scl enable devtoolset-8 -- bash --noprofile --norc -eo pipefail {0}
|
shell: scl enable devtoolset-9 -- bash --noprofile --norc -eo pipefail {0}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user