From: <sv...@op...> - 2024-08-17 17:01:43
|
Author: manx Date: Sat Aug 17 19:01:36 2024 New Revision: 21512 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21512 Log: Merged revision(s) 21510 from branches/OpenMPT-1.30: [Fix] build: CI: GitHub: macOS: Work-around Homebrew non-dependency-handling. Pin swiftlint. ........ Modified: branches/OpenMPT-1.28/ (props changed) branches/OpenMPT-1.28/.github/workflows/macOS-12-Makefile.yml Modified: branches/OpenMPT-1.28/.github/workflows/macOS-12-Makefile.yml ============================================================================== --- branches/OpenMPT-1.28/.github/workflows/macOS-12-Makefile.yml Sat Aug 17 19:01:15 2024 (r21511) +++ branches/OpenMPT-1.28/.github/workflows/macOS-12-Makefile.yml Sat Aug 17 19:01:36 2024 (r21512) @@ -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 |