Skip to content

Commit 9d10edc

Browse files
Add target back to get target x debug
1 parent 399b7e8 commit 9d10edc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/jit.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53+
target:
54+
- i686-pc-windows-msvc/msvc
55+
- x86_64-pc-windows-msvc/msvc
56+
- aarch64-pc-windows-msvc/msvc
57+
- x86_64-apple-darwin/clang
58+
- aarch64-apple-darwin/clang
59+
- x86_64-unknown-linux-gnu/gcc
60+
- aarch64-unknown-linux-gnu/gcc
5361
debug:
5462
- true
5563
- false

0 commit comments

Comments
 (0)