Try dl repository
This commit is contained in:
parent
6bc881d0cc
commit
ad70ccabe1
|
@ -48,6 +48,10 @@ jobs:
|
||||||
kiwix-build/.github/scripts/ensure_base_deps.py
|
kiwix-build/.github/scripts/ensure_base_deps.py
|
||||||
env:
|
env:
|
||||||
PLATFORM_TARGET: ${{matrix.target}}
|
PLATFORM_TARGET: ${{matrix.target}}
|
||||||
|
- name: Try dl
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
wget https://flathub.org/repo/flathub.flatpakrepo
|
||||||
- name: Build release
|
- name: Build release
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue