We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d323d commit 56d146aCopy full SHA for 56d146a
.github/workflows/ci_gcc.yml
@@ -23,7 +23,7 @@ jobs:
23
ref: ${{ github.event.pull_request.head.sha }}
24
25
- name: Install package requirements
26
- run: sudo apt-get install -y build-essential python3
+ run: sudo apt-get install -y binutils-mips-linux-gnu build-essential python3
27
28
- name: Get extra dependencies
29
uses: actions/checkout@v3
0 commit comments