Skip to content

fix: clicking native notification opens the message #52

fix: clicking native notification opens the message

fix: clicking native notification opens the message #52

Workflow file for this run

name: Build Src
on:
push:
branches-ignore:
- main
pull_request:
workflow_dispatch:
env:
QT_VERSION: '5.15.2'
jobs:
Linux-Build:
name: Linux
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install Qt
uses: jurplel/[email protected]
with:
version: ${{env.QT_VERSION}}
modules: qtwebengine
- name: Build source
run: |
qmake src/
make