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 7d67e22 commit 70f51a1Copy full SHA for 70f51a1
.github/workflows/compile_vlang_gui_examples.sh
@@ -12,7 +12,7 @@ export VJOBS=1
12
show "Clone https://github.com/vlang/gui"
13
v retry -- git clone --filter=blob:none --quiet https://github.com/vlang/gui ~/.vmodules/gui/
14
show "Checkout last known good commit"
15
-git -C ~/.vmodules/gui/ checkout 7970eefacddea726f07ff2051f195805f75b0382
+git -C ~/.vmodules/gui/ checkout e5cc33fe816fef33d718cb1b91f66d6bd38fb4a4
16
show "Check module for syntax and semantic errors"
17
v -shared -check ~/.vmodules/gui
18
show "Execute Tests"
0 commit comments