From 039dafb30ff93ac01b153346aa3e1cbba6b7949a Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 13 Oct 2019 04:55:49 +0300 Subject: [PATCH] ci: fix ubuntu-gcc --- .github/workflows/ci.yml | 2 +- october.plan | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc810fb000..38f0e589b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Install dependencies run: sudo apt-get update; sudo apt-get install --quiet -y libglfw3 libglfw3-dev libfreetype6-dev libssl-dev - name: Build v - run: make && ./v -o v compiler + run: make && ./v -cc gcc -o v compiler - name: Test v->c run: ./v test v - name: Test v->js diff --git a/october.plan b/october.plan index 16b0ff63bd..4f8675200b 100644 --- a/october.plan +++ b/october.plan @@ -19,4 +19,6 @@ - "building a simple blog with vweb" tutorial + youtube video - new playground with a v compiler running in the browser - fix interfaces +- merge v.c and v_win.c +- fast.vlang.io