Commit 825a16d
Fix shell compatibility issue in CI Docker build
Replace bash-specific [[ ]] with POSIX-compatible [ ] for Docker sh compatibility.
The error 'sh: 68: [[: not found' was preventing the WASM build from executing.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent cefee40 commit 825a16d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
0 commit comments