Skip to content

Commit bfd790e

Browse files
committed
fixup! .github/workflows/ci.yml: exercise 'zig build test'.
1 parent 918528b commit bfd790e

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
@@ -287,7 +287,7 @@ jobs:
287287
if [ -x ~/$base_dir/zig ]; then
288288
PATH=~/$base_dir:$PATH
289289
(set -x && zig build test)
290-
if [ ! -d ~/.wasmtime]; then
290+
if [ ! -d ~/.wasmtime ]; then
291291
curl https://wasmtime.dev/install.sh -sSf | bash
292292
fi
293293
PATH=~/.wasmtime/bin:$PATH

0 commit comments

Comments
 (0)