From a7b2b3c70e7c36c997f9ee9a0365282f9a3e447f Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 10 Oct 2022 03:48:20 +0300 Subject: [PATCH] ci: fix ci.yml (add the second missing required `run:` line to a task) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba1c350614..457c7e0e7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -321,6 +321,7 @@ jobs: - name: Build option_test.v with -autofree run: ./v -autofree vlib/v/tests/option_test.v - name: V self compilation with -parallel-cc + run: | ./v -o v2 -parallel-cc cmd/v - name: Build modules run: |