chore: update bindings & ci workflow

This commit is contained in:
Amaan Qureshi
2023-06-19 02:15:41 -04:00
committed by Michael Hoffmann
parent 5160a52f2d
commit b553906543
5 changed files with 7 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
compiler: [gcc, clang++]
compiler: [gcc, clang]
name: compile
runs-on: ${{ matrix.os }}
@@ -19,4 +19,4 @@ jobs:
uses: egor-tensin/setup-mingw@v2
- name: build
run: ${{ matrix.compiler }} -o scanner.o -I./src -c src/scanner.cc -Werror
run: ${{ matrix.compiler }} -o scanner.o -I./src -c src/scanner.c -Werror