Skip to content

Commit 10569cb

Browse files
nhynesalexcrichton
authored andcommitted
Add sgx target to ci
1 parent eb754c5 commit 10569cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
runs-on: ubuntu-latest
184184
strategy:
185185
matrix:
186-
target: [wasm32-unknown-unknown, x86_64-fuchsia]
186+
target: [wasm32-unknown-unknown, wasm32-wasi, x86_64-fuchsia, x86_64-fortanix-unknown-sgx]
187187
steps:
188188
- uses: actions/checkout@master
189189
with:

0 commit comments

Comments
 (0)