* fix(gc)

* typo
This commit is contained in:
Jacob Heider 2023-07-01 14:57:42 -04:00 committed by GitHub
parent d946643976
commit a599d0ecd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -32,5 +32,5 @@ test:
freedesktop.org/pkg-config: '*'
script:
- pkg-config --modversion bdw-gc | grep {{version}}
- cc test.c -lgc -o test
- cc test.cc -lgc -o test
- ./test