File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222 ARCH : ${{ matrix.arch }}
2323 TS : ${{ matrix.ts }}
2424 steps :
25+ - name : Checkout repository
26+ uses : actions/checkout@v4
27+ with :
28+ persist-credentials : false
2529 - uses : actions/cache@v4
2630 with :
2731 path : |
3034 - name : Download dependecies files
3135 run : .\.github\workflows\prepare.ps1
3236 shell : powershell
33- - name : Checkout repository
34- uses : actions/checkout@v4
35- with :
36- persist-credentials : false
3737 - name : Checkout submodule
3838 run : .\.github\workflows\submodule.ps1
3939 shell : powershell
Original file line number Diff line number Diff line change 4646 TS : ${{ matrix.ts }}
4747
4848 steps :
49+ - name : Checkout repository
50+ uses : actions/checkout@v4
51+
4952 - uses : actions/cache@v4
5053 with :
5154 path : |
5457 - name : Download dependecies files
5558 run : .\.github\workflows\prepare.ps1
5659
57- - name : Checkout repository
58- uses : actions/checkout@v4
59-
6060 - name : Checkout submodule
6161 run : .\.github\workflows\submodule.ps1
6262 if : ${{ matrix.library == '' }}
You can’t perform that action at this time.
0 commit comments