File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments