mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 15:15:13 +00:00
Fix action build on Linux.
This commit is contained in:
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@@ -130,7 +130,6 @@ struct State {
|
|||||||
not_null<HistoryItem*> item,
|
not_null<HistoryItem*> item,
|
||||||
not_null<QWidget*> context) {
|
not_null<QWidget*> context) {
|
||||||
auto weak = QPointer<QWidget>(context.get());
|
auto weak = QPointer<QWidget>(context.get());
|
||||||
const auto fullId = item->fullId();
|
|
||||||
const auto session = &item->history()->session();
|
const auto session = &item->history()->session();
|
||||||
return [=](auto consumer) {
|
return [=](auto consumer) {
|
||||||
if (!weak) {
|
if (!weak) {
|
||||||
|
2
cmake
2
cmake
Submodule cmake updated: 03fad319f5...2827dd851e
Reference in New Issue
Block a user