File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 6060 LINKER : ' g++'
6161 GITHUB : ' true'
6262 DISPLAY : ' :99'
63- INSTALL_DIR : " ${{ github.workspace }}/stdlib "
63+ INSTALL_DIR : " ${{ github.workspace }}/test-install "
6464 LOG_DIR : " ${{ github.workspace }}/tmp/var/log"
6565 LOG_FILE_BUILD_TASK : " ${{ github.workspace }}/tmp/var/log/${{ matrix.BUILD_TASK }}.log"
6666 LOG_NUM_LINES : 5000
@@ -125,6 +125,20 @@ jobs:
125125 - NODE_VERSION : ' 0.10'
126126 NPM_VERSION : ' >2.7.0 <4.0.0'
127127
128+ # Exclude certain matrix combinations:
129+ exclude :
130+ - NODE_VERSION : ' 0.12'
131+ PACKAGE_MANAGER : ' pnpm'
132+
133+ - NODE_VERSION : ' 0.12'
134+ PACKAGE_MANAGER : ' yarn'
135+
136+ - NODE_VERSION : ' 0.10'
137+ PACKAGE_MANAGER : ' pnpm'
138+
139+ - NODE_VERSION : ' 0.10'
140+ PACKAGE_MANAGER : ' yarn'
141+
128142 # Set defaults:
129143 defaults :
130144 run :
You can’t perform that action at this time.
0 commit comments