From d3bffd6cc8110e2f1f9892948754963a898ebd12 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 15 Dec 2020 10:50:15 +0200 Subject: [PATCH] ci: fix the `ubuntu-tcc` job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83d0864356..e7e3aff2be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-18.04 timeout-minutes: 30 env: - VFLAGS: -cc tcc -cflags -bt10 + VFLAGS: -cc tcc steps: - uses: actions/checkout@v2 - name: Install dependencies