querypie-cli 0.2.0

Query QueryPie databases from the terminal with webview authentication.
1
2
3
4
5
6
7
8
9
10
11
12
- name: Install Linux build dependencies
  if: ${{ matrix.container }}
  run: |
    apt-get update
    apt-get install -y --no-install-recommends \
      cmake \
      libayatana-appindicator3-dev \
      libgtk-3-dev \
      librsvg2-dev \
      libssl-dev \
      libwebkit2gtk-4.1-dev \
      patchelf