mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 21:24:59 +00:00
Merge pull request #476 from libexpat/fix-github-actions
Fix GitHub Actions
This commit is contained in:
commit
8d28fe29be
2 changed files with 5 additions and 1 deletions
4
.github/workflows/coverage.yml
vendored
4
.github/workflows/coverage.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue