github: Run apt update
Change-Id: I9f6583705b2690cbd07b0c967bfbd9b454959345
This commit is contained in:
2
.github/workflows/build/action.yml
vendored
2
.github/workflows/build/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user