Skip to content

Commit c497b86

Browse files
committed
Attempt to fix apt-get install problem
1 parent 355abdc commit c497b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
steps:
55
- name: Set Up Utilities
66
shell: bash
7-
run: sudo apt-get -y install libxml2-utils
7+
run: sudo apt-get update && sudo apt-get -y install libxml2-utils
88
- name: Set Up Java
99
uses: actions/setup-java@v4
1010
with:

0 commit comments

Comments
 (0)