github: Run apt update

Change-Id: I9f6583705b2690cbd07b0c967bfbd9b454959345
This commit is contained in:
LuK1337
2025-08-22 18:17:17 +02:00
committed by Zabuka_zuzu
parent 1fd2f7da1d
commit 4e8b3a040d

View File

@@ -6,7 +6,7 @@ runs:
steps:
- name: Install dependencies
shell: bash
run: sudo apt -y install libxml2-utils
run: sudo apt update && sudo apt -y install libxml2-utils
- name: Validate apns-conf.xml
shell: bash