Merge pull request #476 from libexpat/fix-github-actions

Fix GitHub Actions
This commit is contained in:
Sebastian Pipping 2021-05-07 15:56:32 +02:00 committed by GitHub
commit 8d28fe29be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -51,6 +51,8 @@ jobs:
# NOTE: Please note the version-specific ${PATH} extension for Clang in .travis.sh
run: |-
sudo dpkg --add-architecture i386 # for wine32
# See https://github.com/actions/virtual-environments/issues/3339#issuecomment-834355074
sudo apt-add-repository --yes "ppa:ondrej/php" # for wine32, not kidding
sudo apt-get update
sudo apt-get install --yes --no-install-recommends -V \
clang-11 \
@ -69,7 +71,7 @@ jobs:
- name: Unshallow Git clone
run: |
git fetch --tags --unshallow origin # for "git describe" in coverage.sh
- name: Perform check "${{ matrix.MODE }}"
- name: Collect test coverage
env:
MODE: coverage-sh
TRAVIS_OS_NAME: linux

View file

@ -85,6 +85,8 @@ jobs:
# NOTE: Please note the version-specific ${PATH} extension for Clang in .travis.sh
run: |-
sudo dpkg --add-architecture i386 # for wine32
# See https://github.com/actions/virtual-environments/issues/3339#issuecomment-834355074
sudo apt-add-repository --yes "ppa:ondrej/php" # for wine32, not kidding
sudo apt-get update
sudo apt-get install --yes --no-install-recommends -V \
clang-11 \