mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
Update publish.yml
This commit is contained in:
parent
38a1eded19
commit
e5d0acad3c
13
.github/workflows/publish.yml
vendored
13
.github/workflows/publish.yml
vendored
@ -8,22 +8,21 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Qt
|
|
||||||
uses: jurplel/install-qt-action@v2
|
|
||||||
with:
|
|
||||||
version: '5.15.2'
|
|
||||||
modules: 'qtwebengine qtwebsockets'
|
|
||||||
|
|
||||||
# Checkout repository and submodules
|
# Checkout repository and submodules
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: Install Qt
|
||||||
|
uses: jurplel/install-qt-action@v2
|
||||||
|
with:
|
||||||
|
version: 5.15.2
|
||||||
|
modules: 'qtwebengine qtwebsockets'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
qmake CONFIG+=release
|
qmake CONFIG+=release
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
||||||
aur-publish:
|
aur-publish:
|
||||||
needs:
|
needs:
|
||||||
|
Loading…
Reference in New Issue
Block a user