From: <sv...@op...> - 2024-08-17 17:01:00
|
Author: manx Date: Sat Aug 17 19:00:44 2024 New Revision: 21510 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21510 Log: [Fix] build: CI: GitHub: macOS: Work-around Homebrew non-dependency-handling. Pin swiftlint. Modified: branches/OpenMPT-1.30/.github/workflows/macOS-12-Makefile.yml Modified: branches/OpenMPT-1.30/.github/workflows/macOS-12-Makefile.yml ============================================================================== --- branches/OpenMPT-1.30/.github/workflows/macOS-12-Makefile.yml Sat Aug 17 18:59:49 2024 (r21509) +++ branches/OpenMPT-1.30/.github/workflows/macOS-12-Makefile.yml Sat Aug 17 19:00:44 2024 (r21510) @@ -15,6 +15,8 @@ steps: - uses: actions/checkout@v4 + - name: fixup GitHub Homebrew swiftlint breakage + run: brew pin swiftlint - name: fixup GitHub Homebrew xcbeautify breakage run: brew pin xcbeautify - name: fixup GitHub Homebrew node breakage |