Skip to content

Commit ef1ffa2

Browse files
committed
fix: exclude more unsupported targets
1 parent 34a2c1b commit ef1ffa2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ jobs:
8181
# Exclude unsupported targets
8282
- target: loongarch64-linux-musl
8383
repo: richfelker/musl-cross-make
84+
- target: sh2-linux-muslfdpic
85+
repo: userdocs/qbt-musl-cross-make
86+
- target: sh2eb-linux-muslfdpic
87+
repo: userdocs/qbt-musl-cross-make
8488
env:
8589
TARGET: ${{ matrix.target }}
8690
REPO: ${{ matrix.repo }}

0 commit comments

Comments
 (0)