diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c99611b..fef9038 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: CFLAGS: "-m${{ matrix.platform }}" CXXFLAGS: "-m${{ matrix.platform }}" LDFLAGS: "-m${{ matrix.platform }}" - CC: "/usr/bin/${{ matrix.platform }}" + CC: "/usr/bin/${{ matrix.compiler }}" CXX: "${{ matrix.compiler == 'gcc' && '/usr/bin/g++' || '/usr/bin/clang++' }}" steps: - name: Setup Dependencies