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