mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Enforce C++ compiler when building test binaries in CI too
This commit is contained in:
@@ -74,7 +74,7 @@ jobs:
|
||||
- name: Run tests
|
||||
shell: bash
|
||||
run: |
|
||||
test/run-tests.sh
|
||||
CXX=${{ matrix.cxx }} test/run-tests.sh
|
||||
|
||||
macos-static:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user