File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727
2828 env :
2929 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
30- SDIST : ${{ matrix.build_sdist || 0}}
30+ SDIST : ${{ matrix.build_sdist || 0 }}
3131 ENABLE_HEADLESS : ${{ matrix.without_gui }}
3232 ENABLE_CONTRIB : ${{ matrix.with_contrib }}
3333
@@ -108,7 +108,7 @@ jobs:
108108 DOCKER_IMAGE : quay.io/skvark/manylinux2014_${PLAT}
109109 USE_CCACHE : 1
110110 UNICODE_WIDTH : 32
111- SDIST : ${{ matrix.build_sdist || 0}}
111+ SDIST : ${{ matrix.build_sdist || 0 }}
112112 ENABLE_HEADLESS : ${{ matrix.without_gui }}
113113 ENABLE_CONTRIB : ${{ matrix.with_contrib }}
114114
@@ -197,9 +197,9 @@ jobs:
197197 DOCKER_IMAGE : quay.io/skvark/manylinux2014_${PLAT}
198198 USE_CCACHE : 1
199199 UNICODE_WIDTH : 32
200- SDIST : ${{ matrix.build_sdist || 0}}
200+ SDIST : ${{ matrix.build_sdist || 0 }}
201201 ENABLE_HEADLESS : ${{ matrix.without_gui || 0 }}
202- ENABLE_CONTRIB : ${{ matrix.with_contrib || 0}}
202+ ENABLE_CONTRIB : ${{ matrix.with_contrib || 0 }}
203203
204204 steps :
205205 - name : Checkout
You can’t perform that action at this time.
0 commit comments