We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355abdc commit c497b86Copy full SHA for c497b86
.github/actions/setup/action.yml
@@ -4,7 +4,7 @@ runs:
4
steps:
5
- name: Set Up Utilities
6
shell: bash
7
- run: sudo apt-get -y install libxml2-utils
+ run: sudo apt-get update && sudo apt-get -y install libxml2-utils
8
- name: Set Up Java
9
uses: actions/setup-java@v4
10
with:
0 commit comments