parent
c0bac919d3
commit
2a9b045393
1 changed files with 8 additions and 6 deletions
|
@ -8,15 +8,18 @@ jobs:
|
|||
update:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
path: extras
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout client
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: ashley/jami-client-qt
|
||||
path: jami
|
||||
|
||||
- name: Checkout extras
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: extras
|
||||
ref: main
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt install gnupg dirmngr ca-certificates curl --no-install-recommends
|
||||
|
@ -35,7 +38,6 @@ jobs:
|
|||
qml-module-qtwebengine qml-module-qtwebchannel \
|
||||
qml-module-qt-labs-qmlmodels
|
||||
|
||||
|
||||
- name: Apply modifications and build
|
||||
run: |
|
||||
cp extras/appimage.cmake jami/
|
||||
|
|
Loading…
Add table
Reference in a new issue