Revert "[TEMP] add gcc, -cg to autofree test"

This reverts commit 097d426904.
pull/13737/head
Nick Treleaven 2022-03-17 20:38:16 +00:00
parent 7e5c673efb
commit 8229d26c46
1 changed files with 1 additions and 1 deletions

View File

@ -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: |