Skip to content

Commit 0e89c51

Browse files
CI: Try fix shellcode build issue in macos
1 parent 09b29f6 commit 0e89c51

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ jobs:
5555
5656
- name: Install dependencies (macOS)
5757
if: ${{ matrix.os == 'macos-latest' }}
58-
run: brew install binutils
58+
run: |
59+
brew install binutils
60+
echo 'export PATH="/opt/homebrew/opt/binutils/bin:$PATH"' >> /Users/runner/.bash_profile
61+
5962
6063
- name: Configure Compiler
6164
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm' }}

0 commit comments

Comments
 (0)