We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b29f6 commit 0e89c51Copy full SHA for 0e89c51
.github/workflows/cmake-multi-platform.yml
@@ -55,7 +55,10 @@ jobs:
55
56
- name: Install dependencies (macOS)
57
if: ${{ matrix.os == 'macos-latest' }}
58
- run: brew install binutils
+ run: |
59
+ brew install binutils
60
+ echo 'export PATH="/opt/homebrew/opt/binutils/bin:$PATH"' >> /Users/runner/.bash_profile
61
+
62
63
- name: Configure Compiler
64
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm' }}
0 commit comments