mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 06:04:59 +00:00
CI: Save one call to "sudo apt-get update" in coverage.yml
This commit is contained in:
parent
7156a6f5d7
commit
b14cee59ef
1 changed files with 4 additions and 3 deletions
7
.github/workflows/coverage.yml
vendored
7
.github/workflows/coverage.yml
vendored
|
@ -51,7 +51,10 @@ jobs:
|
|||
set -x -u
|
||||
source /etc/os-release
|
||||
|
||||
sudo apt-get update
|
||||
# Unlock 32bit architecture (for Wine further down)
|
||||
sudo dpkg --add-architecture i386 # for wine32
|
||||
sudo apt-get update # due to new architecture
|
||||
|
||||
sudo apt-get install --yes --no-install-recommends -V \
|
||||
cmake \
|
||||
docbook2x \
|
||||
|
@ -64,8 +67,6 @@ jobs:
|
|||
moreutils
|
||||
|
||||
# Install 32bit Wine
|
||||
sudo dpkg --add-architecture i386 # for wine32
|
||||
sudo apt-get update # due to new architecture
|
||||
sudo apt-get install --yes --no-install-recommends -V \
|
||||
mingw-w64 \
|
||||
wine-stable \
|
||||
|
|
Loading…
Add table
Reference in a new issue