Skip to content

Commit 42240b3

Browse files
committed
[Java] Use CC and CXX ENV variables
1 parent da9fade commit 42240b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
matrix:
8080
gcc: [ 6, 7, 8, 9 ]
8181
env:
82-
COMPILER: g++-${{ matrix.gcc }}
82+
CC: gcc-${{ matrix.gcc }}
83+
CXX: g++-${{ matrix.gcc }}
8384
steps:
8485
- name: Checkout code
8586
uses: actions/checkout@v2

0 commit comments

Comments
 (0)