Skip to content

Commit

Permalink
Merge pull request aya-rs#1152 from dave-tucker/codegen-mips
Browse files Browse the repository at this point in the history
ci: Install libc6-dev-mips-cross for codegen
  • Loading branch information
dave-tucker authored Jan 31, 2025
2 parents fd30e2e + 3b41205 commit b960fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install headers
run: |
sudo apt -y update
sudo apt -y install libelf-dev libc6-dev libc6-dev-{arm64,armel,riscv64,ppc64el,s390x}-cross
sudo apt -y install libelf-dev libc6-dev libc6-dev-{arm64,armel,riscv64,ppc64el,s390x,mips}-cross
- name: Run codegen
run: |
Expand Down

0 comments on commit b960fd2

Please sign in to comment.