mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 05:34:59 +00:00
Actions: Make robust toward outdated images
This commit is contained in:
parent
bccf36869d
commit
95397f52e4
2 changed files with 4 additions and 0 deletions
2
.github/workflows/autotools-cmake.yml
vendored
2
.github/workflows/autotools-cmake.yml
vendored
|
@ -60,6 +60,8 @@ jobs:
|
|||
- name: (Linux) Install build dependencies
|
||||
if: "${{ runner.os == 'Linux' }}"
|
||||
run: |-
|
||||
set -x
|
||||
sudo apt-get update
|
||||
sudo apt-get install --yes --no-install-recommends -V \
|
||||
cmake \
|
||||
docbook2x \
|
||||
|
|
2
.github/workflows/valid-xml.yml
vendored
2
.github/workflows/valid-xml.yml
vendored
|
@ -44,6 +44,8 @@ jobs:
|
|||
|
||||
- name: Install build dependencies
|
||||
run: |-
|
||||
set -x
|
||||
sudo apt-get update
|
||||
sudo apt-get install --yes --no-install-recommends -V \
|
||||
docbook \
|
||||
libxml2-utils \
|
||||
|
|
Loading…
Add table
Reference in a new issue