File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
28
28
env :
29
29
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
30
- SDIST : ${{ matrix.build_sdist || 0}}
30
+ SDIST : ${{ matrix.build_sdist || 0 }}
31
31
ENABLE_HEADLESS : ${{ matrix.without_gui }}
32
32
ENABLE_CONTRIB : ${{ matrix.with_contrib }}
33
33
@@ -108,7 +108,7 @@ jobs:
108
108
DOCKER_IMAGE : quay.io/skvark/manylinux2014_${PLAT}
109
109
USE_CCACHE : 1
110
110
UNICODE_WIDTH : 32
111
- SDIST : ${{ matrix.build_sdist || 0}}
111
+ SDIST : ${{ matrix.build_sdist || 0 }}
112
112
ENABLE_HEADLESS : ${{ matrix.without_gui }}
113
113
ENABLE_CONTRIB : ${{ matrix.with_contrib }}
114
114
@@ -197,9 +197,9 @@ jobs:
197
197
DOCKER_IMAGE : quay.io/skvark/manylinux2014_${PLAT}
198
198
USE_CCACHE : 1
199
199
UNICODE_WIDTH : 32
200
- SDIST : ${{ matrix.build_sdist || 0}}
200
+ SDIST : ${{ matrix.build_sdist || 0 }}
201
201
ENABLE_HEADLESS : ${{ matrix.without_gui || 0 }}
202
- ENABLE_CONTRIB : ${{ matrix.with_contrib || 0}}
202
+ ENABLE_CONTRIB : ${{ matrix.with_contrib || 0 }}
203
203
204
204
steps :
205
205
- name : Checkout
You can’t perform that action at this time.
0 commit comments