Skip to content

Commit

Permalink
Fix env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
airween committed Apr 15, 2024
1 parent 612b453 commit 9ca7521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ca7521

Please sign in to comment.