Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit ef60795

Browse files
committed
ci: Try to fix push-docs job
1 parent 6edb1cd commit ef60795

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/push-docs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,13 @@ on:
1313
jobs:
1414
push-doc:
1515
runs-on: ubuntu-latest
16-
container:
17-
image: debian:stable
1816
env:
1917
PUSH_KEY_REPO_DOC_QXMPP_ORG: ${{ secrets.PUSH_KEY_REPO_DOC_QXMPP_ORG }}
2018
CONFIG: full
2119
steps:
22-
- name: Install sudo
23-
run: apt update && apt install -qq -y sudo curl
2420
- uses: actions/checkout@v3
2521
- name: Install Qt
26-
uses: jurplel/install-qt-action@v3
22+
uses: jurplel/install-qt-action@v4
2723
- name: Install extra packages
2824
run: tests/travis/install-build-depends-debian
2925
- name: Update XEP metadata

0 commit comments

Comments
 (0)