[GitHub Actions] Add apt-get update

This commit is contained in:
Corneil du Plessis
2022-11-01 10:06:44 +02:00
parent 9abe0386c8
commit ec56e4ef84

View File

@@ -185,7 +185,9 @@ jobs:
# components: 'native-image' # add when starting native builds.
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: 'Configure: Install xsltproc'
run: sudo apt-get install -q -y xsltproc
run: |
sudo apt-get update -y
sudo apt-get install -q -y xsltproc
- name: 'Action: build initial dependencies'
shell: bash
env: