From afdb09708e1e5b37e09d0e714cb7b10e0490437d Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 27 Dec 2022 20:51:40 +0200 Subject: [PATCH] ci: comment out the -autofree compilation for gitly for now --- .github/workflows/v_apps_and_modules_compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/v_apps_and_modules_compile.yml b/.github/workflows/v_apps_and_modules_compile.yml index 8305238f95..4b81d89c27 100644 --- a/.github/workflows/v_apps_and_modules_compile.yml +++ b/.github/workflows/v_apps_and_modules_compile.yml @@ -86,8 +86,8 @@ jobs: git clone https://github.com/vlang/gitly /tmp/gitly echo "Build Gitly" v /tmp/gitly - echo "Build Gitly with -autofree" - v -autofree /tmp/gitly + ## echo "Build Gitly with -autofree" + ## v -autofree /tmp/gitly echo "Compile gitly.css from gitly.scss" sassc /tmp/gitly/src/static/css/gitly.scss > /tmp/gitly/src/static/css/gitly.css echo "Run first_run.v"