From 70f51a199f73e90cf6a50ec29f0e08530b56a4b6 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 12 Aug 2025 18:52:13 +0300 Subject: [PATCH] ci: update vlang/gui commit its latest e5cc33fe816fef33d718cb1b91f66d6bd38fb4a4 --- .github/workflows/compile_vlang_gui_examples.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_vlang_gui_examples.sh b/.github/workflows/compile_vlang_gui_examples.sh index 28351f7840..bca98a7365 100755 --- a/.github/workflows/compile_vlang_gui_examples.sh +++ b/.github/workflows/compile_vlang_gui_examples.sh @@ -12,7 +12,7 @@ export VJOBS=1 show "Clone https://github.com/vlang/gui" v retry -- git clone --filter=blob:none --quiet https://github.com/vlang/gui ~/.vmodules/gui/ show "Checkout last known good commit" -git -C ~/.vmodules/gui/ checkout 7970eefacddea726f07ff2051f195805f75b0382 +git -C ~/.vmodules/gui/ checkout e5cc33fe816fef33d718cb1b91f66d6bd38fb4a4 show "Check module for syntax and semantic errors" v -shared -check ~/.vmodules/gui show "Execute Tests"