mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
Merge branch 'dev' into dev-mainwindow-refactor
* dev: using python 3.7 for github actions add wayland for snap
This commit is contained in:
commit
178b1a0040
5
.github/workflows/build-qv2ray.yml
vendored
5
.github/workflows/build-qv2ray.yml
vendored
@ -28,6 +28,11 @@ jobs:
|
||||
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
|
||||
- name: Checking out sources
|
||||
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
|
||||
run: git submodule update --init
|
||||
# --------------------------------------------------------
|
||||
|
@ -29,6 +29,7 @@ apps:
|
||||
plugs:
|
||||
- home
|
||||
- x11
|
||||
- wayland
|
||||
- opengl
|
||||
- network
|
||||
- network-bind
|
||||
|
Loading…
Reference in New Issue
Block a user