ci:remove pre-install pkg-config
This commit is contained in:
6
.github/workflows/cleanup.sh
vendored
Normal file
6
.github/workflows/cleanup.sh
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
if pkg=$(brew list | grep -E "pkg-config"); then
|
||||
brew uninstall "$pkg" || true
|
||||
fi
|
||||
Reference in New Issue
Block a user