mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Enforce C++ compiler when building test binaries in CI too
This commit is contained in:
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@@ -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