We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd85213 commit 5ff9676Copy full SHA for 5ff9676
.gitpod.yml
@@ -14,6 +14,7 @@ tasks:
14
command:
15
export PATH=./tools/zig:$PATH
16
&& ./tools/update-qemu.sh
17
+ && mkdir -p ~/.config
18
&& ln -s $(pwd)/zls.json ~/.config/zls.json
19
&& echo zig build qemu ...
20
&& zig build qemu
0 commit comments