Skip to content

Commit 5ff9676

Browse files
committed
mkdir -p ~/.config
1 parent cd85213 commit 5ff9676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitpod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ tasks:
1414
command:
1515
export PATH=./tools/zig:$PATH
1616
&& ./tools/update-qemu.sh
17+
&& mkdir -p ~/.config
1718
&& ln -s $(pwd)/zls.json ~/.config/zls.json
1819
&& echo zig build qemu ...
1920
&& zig build qemu

0 commit comments

Comments
 (0)