From 9d764cd25e5aeab80e8d74c0cdbb25bfa4761924 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 21 Apr 2022 11:21:53 +0300 Subject: [PATCH] ci: enable again the `v install ui` task --- .github/workflows/other_ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/other_ci.yml b/.github/workflows/other_ci.yml index a3e1bd3402..88f6702b8e 100644 --- a/.github/workflows/other_ci.yml +++ b/.github/workflows/other_ci.yml @@ -257,7 +257,6 @@ jobs: - name: PDF examples should compile run: ./v should-compile-all ~/.vmodules/pdf/examples -## Due to temporary problems with https://vpm.vlang.io, the following is commented for now. -## ## vpm modules -## - name: Install UI through VPM -## run: ./v install ui + ## vpm modules + - name: Install UI through VPM + run: ./v install ui