From 8229d26c4621b80b5943f609373fc3de0f5f3230 Mon Sep 17 00:00:00 2001 From: Nick Treleaven Date: Thu, 17 Mar 2022 20:38:16 +0000 Subject: [PATCH] Revert "[TEMP] add gcc, -cg to autofree test" This reverts commit 097d426904a9555c13e6f022faa1f3863b64022e. --- .github/workflows/other_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/other_ci.yml b/.github/workflows/other_ci.yml index 597023c7db..f945959130 100644 --- a/.github/workflows/other_ci.yml +++ b/.github/workflows/other_ci.yml @@ -81,7 +81,7 @@ jobs: run: make - name: Ensure V can be compiled with -autofree - run: ./v -autofree -cc gcc -cg -o v2 cmd/v ## NB: this does not mean it runs, but at least keeps it from regressing + run: ./v -autofree -o v2 cmd/v ## NB: this does not mean it runs, but at least keeps it from regressing - name: Shader examples can be build run: |