Add missing inline from header. (#388)
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user