Skip to content

Commit ad0234e

Browse files
committed
ci: fix matrix usage
1 parent 74773fe commit ad0234e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,13 @@ jobs:
9696
- thumbv7em-none-eabi
9797
- thumbv7em-none-eabihf
9898
- loongarch64-unknown-linux-gnu
99+
- wasm32-wasip1
99100

100101
# macOS targets
101102
- x86_64-apple-darwin
103+
- x86_64-apple-ios-macabi
102104
- aarch64-apple-darwin
105+
- aarch64-apple-ios-macabi
103106
# FIXME: gh-actions build environment doesn't have linker support
104107
# - i686-apple-darwin
105108

@@ -110,6 +113,9 @@ jobs:
110113
- x86_64-pc-windows-gnu
111114
# - i686-pc-windows-gnu:
112115

116+
# Every target in the `include` list must also be in the `target` list
117+
# above so that the `os` key is added to each of the matrix variations rather
118+
# than being added as an additional job with an unset `profile`.
113119
include:
114120
- target: i686-unknown-linux-gnu
115121
os: ubuntu-latest

0 commit comments

Comments
 (0)