Skip to content

Commit cf85c3b

Browse files
committed
暂时去除 mips 以验证流水线正确性
1 parent 4256904 commit cf85c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
os: [ "ubuntu-22.04", "macos-14" ]
39-
stage: [ "llvm", "pcode", "mips" ]
39+
stage: [ "llvm", "pcode" ]
4040

4141
runs-on: ${{matrix.os}}
4242

0 commit comments

Comments
 (0)