Update .gitea/workflows/qualitytest.yml

This commit is contained in:
2026-04-06 07:13:55 +00:00
parent 690f654df0
commit ecca3dfd32

View File

@@ -43,7 +43,7 @@ jobs:
- name: Install jq
if: gitea.event.pull_request != null
run: |
apt-get update && apt-get install -y jq
apt update && apt install jq -y
- name: Get Quality Gate Result
if: gitea.event.pull_request != null