Skip to content

Commit

Permalink
Add mips binutils to the package install list for the gcc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Wiseguy authored Aug 19, 2024
1 parent 52d323d commit 56d146a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

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

- name: Get extra dependencies
uses: actions/checkout@v3
Expand Down

0 comments on commit 56d146a

Please sign in to comment.