Fix action build on Linux.

This commit is contained in:
John Preston 2021-09-12 01:37:34 +03:00
parent 1c33eee80a
commit 0a4a96d4cd
3 changed files with 2 additions and 3 deletions

View File

@ -53,7 +53,7 @@ jobs:
defaults:
run:
shell: scl enable devtoolset-9 -- bash --noprofile --norc -eo pipefail {0}
shell: scl enable llvm-toolset-7.0 -- scl enable devtoolset-9 -- bash --noprofile --norc -eo pipefail {0}
strategy:
matrix:

View File

@ -130,7 +130,6 @@ struct State {
not_null<HistoryItem*> item,
not_null<QWidget*> context) {
auto weak = QPointer<QWidget>(context.get());
const auto fullId = item->fullId();
const auto session = &item->history()->session();
return [=](auto consumer) {
if (!weak) {

2
cmake

@ -1 +1 @@
Subproject commit 03fad319f5911419e736c26f9458598a4d1e55f8
Subproject commit 2827dd851edfca602cbb98cae6b3dbd123c4aa39