Add missing inline from header. (#388)

This commit is contained in:
David Chisnall
2021-09-07 08:44:47 +01:00
committed by GitHub
parent dac1ba6a6c
commit fd18528278
2 changed files with 7 additions and 3 deletions

View File

@@ -28,9 +28,13 @@ jobs:
- os: "ubuntu-latest"
dependencies: "sudo apt install ninja-build"
- os: "macos-11"
dependencies: "brew update && brew install ninja"
# The homebrew packages are broken at the moment and error out
# after trying to install Python as a dependency of ninja because
# 2to3 exists. As a quick hack, delete it first. This should be
# removed once the homebrew install is fixed.
dependencies: "rm -f /usr/local/bin/2to3 ; brew update && brew install ninja"
- os: "macos-10.15"
dependencies: "brew update && brew install ninja"
dependencies: "rm -f /usr/local/bin/2to3 ; brew update && brew install ninja"
# Skip the tests for the FreeBSD release builds
- os: "freebsd-13.0"
build-type: Release