Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc1c9c12

Browse files
authored
Make sure wasmtime it on$PATH in CI (#44)
1 parentff7f8f0 commitc1c9c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
-name:Test WASI SDK
3232
run:docker run --rm ${{ env.TAG }} /opt/wasi-sdk/bin/clang --version
3333
-name:Test Wasmtime
34-
run:docker run --rm ${{ env.TAG }}/usr/local/bin/wasmtime --version
34+
run:docker run --rm ${{ env.TAG }} wasmtime --version
3535

3636
build_autoconf:
3737
name:Build and test (Autoconf)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp