Skip to content

Commit

Permalink
change comment in main.yml from wasi64 to wasm64
Browse files Browse the repository at this point in the history
  • Loading branch information
trcrsired committed Oct 31, 2023
1 parent c9ad745 commit 8a294b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ jobs:
shell: bash
run: make -j4 THREAD_MODEL=posix

- name: Build wasi64 + libc
# Build wasi64
- name: Build wasm64 + libc
# Build wasm64
if: matrix.clang_version != '10.0.0'
shell: bash
run: make -j4 WASM64=yes

- name: Build wasi64 + libc + threads
# Build wasi64 with thread support
- name: Build wasm64 + libc + threads
# Build wasm64 with thread support
if: matrix.clang_version != '10.0.0'
shell: bash
run: make -j4 WASM64=yes THREAD_MODEL=posix
Expand Down

0 comments on commit 8a294b8

Please sign in to comment.