Skip to content

Commit

Permalink
Update cross.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet authored Dec 4, 2023
1 parent bfdd34d commit b12cf35
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ jobs:
system: mips
crosscompiler: mips-linux-gnu

- buildtype: Debug
system: mipsel
crosscompiler: mipsel-linux-gnu
- buildtype: Release
system: mipsel
crosscompiler: mipsel-linux-gnu

- buildtype: Debug
system: riscv64
crosscompiler: riscv64-linux-gnu
- buildtype: Release
system: riscv64
crosscompiler: riscv64-linux-gnu

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit b12cf35

Please sign in to comment.