Skip to content

Commit 56d146a

Browse files
authored
Add mips binutils to the package install list for the gcc workflow
1 parent 52d323d commit 56d146a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_gcc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ref: ${{ github.event.pull_request.head.sha }}
2424

2525
- name: Install package requirements
26-
run: sudo apt-get install -y build-essential python3
26+
run: sudo apt-get install -y binutils-mips-linux-gnu build-essential python3
2727

2828
- name: Get extra dependencies
2929
uses: actions/checkout@v3

0 commit comments

Comments
 (0)