diff --git a/.github/workflows/macos_ci.yml b/.github/workflows/macos_ci.yml index 01e4af173a5053..99a92947493b32 100644 --- a/.github/workflows/macos_ci.yml +++ b/.github/workflows/macos_ci.yml @@ -82,7 +82,7 @@ jobs: .github/workflows/retry.sh git clone --depth 1 https://github.com/vlang/ved cd ved && ../v -o ved . ../v -autofree . - # ../v -prod . # NOTE: temporary disabled due to deprecations. Enable after resolving github.com/vlang/ved/pull/181 + ../v -prod . cd .. - name: Build V UI examples run: | diff --git a/.github/workflows/v_apps_and_modules_compile_ci.yml b/.github/workflows/v_apps_and_modules_compile_ci.yml index 517402c1615a0d..9e6c79bde3c0a7 100644 --- a/.github/workflows/v_apps_and_modules_compile_ci.yml +++ b/.github/workflows/v_apps_and_modules_compile_ci.yml @@ -74,7 +74,7 @@ jobs: .github/workflows/retry.sh git clone --depth 1 https://github.com/vlang/ved cd ved && ../v -o ved . ../v -autofree . - # ../v -prod . # NOTE: temporary disabled due to deprecations. Enable after resolving github.com/vlang/ved/pull/181 + ../v -prod . cd .. - name: Build vlang/pdf @@ -124,8 +124,8 @@ jobs: v install echo "Build v-analyzer debug" v build.vsh debug - # echo "Build v-analyzer release" - # v build.vsh release # NOTE: temporary disabled due to deprecations. + echo "Build v-analyzer release" + v build.vsh release - name: Format vlang/v-analyzer run: |