Skip to content

Commit 09b29f6

Browse files
Update cmake-multi-platform.yml
1 parent 8782d64 commit 09b29f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
run: |
5454
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
5555
56+
- name: Install dependencies (macOS)
57+
if: ${{ matrix.os == 'macos-latest' }}
58+
run: brew install binutils
59+
5660
- name: Configure Compiler
5761
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm' }}
5862
run: |

0 commit comments

Comments
 (0)