summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-04-06 23:19:40 +0200
committerSebastian Pipping <sebastian@pipping.org>2021-04-06 23:52:35 +0200
commit2cfa1dd63f9bc27f435168e32373acc7707fbedd (patch)
tree626f8b280be2561e445c00122a79bd32e9686b5a /.github/workflows/macos.yml
parentae6c9b40af08f385a99a655e71564e1e35a28d21 (diff)
downloadlibexpat-git-2cfa1dd63f9bc27f435168e32373acc7707fbedd.tar.gz
Actions: Split off Cppcheck to stop installing 13 unrelated Homebrew formulas
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 64c1bb57..8675787d 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -22,7 +22,6 @@ jobs:
- MODE: distcheck
- MODE: qa-sh
FLAT_ENV: CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address
- - MODE: cppcheck
runs-on: macos-latest
steps:
- uses: actions/checkout@v2.3.4