Skip to content

Commit

Permalink
Update build.yml: Add support for loongarch32-linux-gnu and install d…
Browse files Browse the repository at this point in the history
…ependencies
  • Loading branch information
mnixry committed Jan 19, 2024
1 parent 4982c43 commit a61e93d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
- x86_64-linux-gnu
- riscv32-linux-gnu
- riscv64-linux-gnu
- loongarch-linux-gnu
- loongarch32-linux-gnu
- loongarch64-linux-gnu
- wasm32-unknown-unknown
fail-fast: false


Expand All @@ -37,6 +36,11 @@ jobs:
with:
repository: bminor/binutils-gdb
path: binutils-gdb

- name: Install dependencies
run: |
apt-get update
apt-get install -y texinfo flex bison
- name: Build
id: build
Expand Down

0 comments on commit a61e93d

Please sign in to comment.