Skip to content

Commit ffec0b2

Browse files
authored
Update main.yml
1 parent f4cf322 commit ffec0b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@ jobs:
221221
shell: bash
222222
if: startsWith(matrix.target.tuple, 'thumb') || matrix.target.tuple == 'nvptx64-nvidia-cuda'
223223

224+
- run: objdump --version
225+
if: matrix.target.tuple == 'x86_64-apple-darwin'
226+
shell: bash
227+
224228
# Windows & OSX go straight to `run.sh` ...
225229
- run: ./ci/run.sh
226230
shell: bash

0 commit comments

Comments
 (0)