Skip to content

Commit 4fbbc00

Browse files
committed
Add get binutils step to test job
1 parent f191ea7 commit 4fbbc00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: 22
15+
16+
- name: Get binutils
17+
run: |
18+
apt-get update
19+
apt-get install binutils -y
1520
1621
- name: Install and Build
1722
run: |

0 commit comments

Comments
 (0)