Merge branch 'dev' into dev-mainwindow-refactor

* dev:
  using python 3.7 for github actions
  add wayland for snap
This commit is contained in:
Qv2ray-dev 2020-02-22 20:03:49 +08:00
commit 178b1a0040
2 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,11 @@ jobs:
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3) run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
- name: Checking out sources - name: Checking out sources
uses: actions/checkout@master uses: actions/checkout@master
- name: Install Python 3.7 version
uses: actions/setup-python@v1
with:
python-version: '3.7'
architecture: ${{ matrix.arch }}
- name: Restoring submodules - name: Restoring submodules
run: git submodule update --init run: git submodule update --init
# -------------------------------------------------------- # --------------------------------------------------------

View File

@ -29,6 +29,7 @@ apps:
plugs: plugs:
- home - home
- x11 - x11
- wayland
- opengl - opengl
- network - network
- network-bind - network-bind