Skip to content

Commit 9ca7521

Browse files
committed
Fix env variable name
1 parent 612b453 commit 9ca7521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
CFLAGS: "-m${{ matrix.platform }}"
1717
CXXFLAGS: "-m${{ matrix.platform }}"
1818
LDFLAGS: "-m${{ matrix.platform }}"
19-
CC: "/usr/bin/${{ matrix.platform }}"
19+
CC: "/usr/bin/${{ matrix.compiler }}"
2020
CXX: "${{ matrix.compiler == 'gcc' && '/usr/bin/g++' || '/usr/bin/clang++' }}"
2121
steps:
2222
- name: Setup Dependencies

0 commit comments

Comments
 (0)