This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1717 - { os: ubuntu-latest, c-compiler: clang, cpp-compiler: clang++ }
1818
1919 runs-on : ${{ matrix.platform.os }}
20-
20+ env :
21+ SPELLCHECKER_PREFER_HUNSPELL : ${{ matrix.platform.hunspell }}
22+ CC : ${{ matrix.platform.c-compiler }}
23+ CXX : ${{ matrix.platform.cpp-compiler }}
24+
2125 steps :
2226 - uses : actions/checkout@v1
2327 - name : Use Node.js ${{ matrix.node-version }}
2832 run : |
2933 npm install
3034 npm test
31- env :
32- SPELLCHECKER_PREFER_HUNSPELL : ${{ matrix.platform.hunspell }}
33- CC : ${{ matrix.platform.c-compiler }}
34- CXX : ${{ matrix.platform.cpp-compiler }}
3535
3636 build-gyp :
3737 strategy :
4646 - { os: ubuntu-latest, c-compiler: clang, cpp-compiler: clang++ }
4747
4848 runs-on : ${{ matrix.platform.os }}
49-
49+ env :
50+ CC : ${{ matrix.platform.c-compiler }}
51+ CXX : ${{ matrix.platform.cpp-compiler }}
52+
5053 steps :
5154 - uses : actions/checkout@v1
5255 - name : Use Node.js ${{ matrix.node-version }}
6467 run : |
6568 node-gyp configure
6669 node-gyp build
67- env :
68- CC : ${{ matrix.platform.c-compiler }}
69- CXX : ${{ matrix.platform.cpp-compiler }}
You can’t perform that action at this time.
0 commit comments