File tree Expand file tree Collapse file tree 10 files changed +0
-14
lines changed
Expand file tree Collapse file tree 10 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 4848 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4949 with :
5050 python-version : ${{ env.PYTHON_VERSION }}
51- allow-prereleases : true
5251 - name : Environment Information
5352 run : npx envinfo
5453 - name : Make tarball
8079 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
8180 with :
8281 python-version : ${{ env.PYTHON_VERSION }}
83- allow-prereleases : true
8482 - name : Set up sccache
8583 uses : Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
8684 with :
Original file line number Diff line number Diff line change 5555 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5656 with :
5757 python-version : ${{ env.PYTHON_VERSION }}
58- allow-prereleases : true
5958 - name : Set up sccache
6059 uses : Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
6160 with :
Original file line number Diff line number Diff line change 5555 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5656 with :
5757 python-version : ${{ env.PYTHON_VERSION }}
58- allow-prereleases : true
5958 - name : Set up sccache
6059 uses : Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
6160 with :
Original file line number Diff line number Diff line change 5252 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5353 with :
5454 python-version : ${{ env.PYTHON_VERSION }}
55- allow-prereleases : true
5655 - name : Install deps
5756 run : choco install nasm
5857 - name : Environment Information
Original file line number Diff line number Diff line change 4242 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4343 with :
4444 python-version : ${{ env.PYTHON_VERSION }}
45- allow-prereleases : true
4645 - name : Environment Information
4746 run : npx envinfo
4847
Original file line number Diff line number Diff line change 4747 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4848 with :
4949 python-version : ${{ env.PYTHON_VERSION }}
50- allow-prereleases : true
5150 - name : Environment Information
5251 run : npx envinfo
5352 - name : Lint C/C++ files
6867 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
6968 with :
7069 python-version : ${{ env.PYTHON_VERSION }}
71- allow-prereleases : true
7270 - name : Environment Information
7371 run : npx envinfo
7472 - name : Format C/C++ files
@@ -151,7 +149,6 @@ jobs:
151149 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
152150 with :
153151 python-version : ${{ env.PYTHON_VERSION }}
154- allow-prereleases : true
155152 - name : Environment Information
156153 run : npx envinfo
157154 - name : Lint Python
@@ -169,7 +166,6 @@ jobs:
169166 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
170167 with :
171168 python-version : ${{ env.PYTHON_VERSION }}
172- allow-prereleases : true
173169 - name : Environment Information
174170 run : npx envinfo
175171 - name : Lint YAML
Original file line number Diff line number Diff line change 5252 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5353 with :
5454 python-version : ${{ env.PYTHON_VERSION }}
55- allow-prereleases : true
5655 - name : Set up sccache
5756 uses : Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
5857 with :
Original file line number Diff line number Diff line change 5353 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5454 with :
5555 python-version : ${{ env.PYTHON_VERSION }}
56- allow-prereleases : true
5756 - name : Set up sccache
5857 uses : Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
5958 with :
Original file line number Diff line number Diff line change 5757 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5858 with :
5959 python-version : ${{ env.PYTHON_VERSION }}
60- allow-prereleases : true
6160 - name : Set up Xcode ${{ env.XCODE_VERSION }}
6261 run : sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app
6362 - name : Set up sccache
Original file line number Diff line number Diff line change @@ -291,7 +291,6 @@ jobs:
291291 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
292292 with :
293293 python-version : ${{ env.PYTHON_VERSION }}
294- allow-prereleases : true
295294 - run : ${{ matrix.run }}
296295 if : github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
297296 env :
You can’t perform that action at this time.
0 commit comments